color: Dim information text & fix "Learn more" link alignment

This commit is contained in:
sunflowerskater 2023-02-13 15:42:26 -03:00 committed by Felipe Borges
parent 8dd0abeaa4
commit 2d310918fa

View file

@ -417,27 +417,9 @@
<property name="hexpand">True</property> <property name="hexpand">True</property>
<child> <child>
<object class="GtkBox" id="hbox3"> <object class="GtkBox" id="hbox3">
<property name="spacing">9</property>
<child> <child>
<object class="GtkLabel" id="label_intro"> <object class="AdwPreferencesGroup">
<property name="xalign">0</property> <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>
<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> </object>
</child> </child>
</object> </object>