summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsunflowerskater <sunflowerskater@tutanota.com>2023-02-13 15:42:26 -0300
committerFelipe Borges <felipeborges@gnome.org>2023-05-04 10:06:26 +0000
commit2d310918fa5e2e42dff1ee60d0ece5d4b7f6b23d (patch)
tree3f70e62d3a192b03b64b84e5777750fdfaee60cc
parent8dd0abeaa46d1bd6ecf7b7df749fcc630f7ed581 (diff)
downloadgnome-control-center-2d310918fa5e2e42dff1ee60d0ece5d4b7f6b23d.tar.gz
color: Dim information text & fix "Learn more" link alignment
-rw-r--r--panels/color/cc-color-panel.ui22
1 files changed, 2 insertions, 20 deletions
diff --git a/panels/color/cc-color-panel.ui b/panels/color/cc-color-panel.ui
index 5f7c3fb1f..bd3b2a110 100644
--- a/panels/color/cc-color-panel.ui
+++ b/panels/color/cc-color-panel.ui
@@ -417,27 +417,9 @@
<property name="hexpand">True</property>
<child>
<object class="GtkBox" id="hbox3">
- <property name="spacing">9</property>
<child>
- <object class="GtkLabel" id="label_intro">
- <property name="xalign">0</property>
- <property name="label" translatable="yes">Each device needs an up to date color profile to be color managed.</property>
- <property name="wrap">True</property>
- </object>
- </child>
- <child>
- <object class="GtkLabel" id="label_padding">
- </object>
- </child>
- <child>
- <object class="GtkLinkButton" id="linkbutton_help">
- <property name="label" translatable="yes">Learn more</property>
- <property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Learn more about color management</property>
- <property name="uri">help:gnome-help/color-whyimportant</property>
- <accessibility>
- <relation name="labelled-by">label_intro</relation>
- </accessibility>
+ <object class="AdwPreferencesGroup">
+ <property name="description" translatable="yes">Each device needs an up to date color profile to be color managed. &lt;a href='help:gnome-help/color-whyimportant'&gt;Learn more&lt;/a&gt;</property>
</object>
</child>
</object>