display: use dim-label style and right align for description labels

gnome-control-center (inconsistently) uses right-aligned dim-label
widgets for description labels (for example, in the System Info, User
Accounts and Printer panels)
Use them in the Display panel here as well.

https://bugzilla.gnome.org/show_bug.cgi?id=665057
This commit is contained in:
Cosimo Cecchi 2011-11-28 10:10:57 -05:00
parent 8fdbaea0e7
commit 33747351a8

View file

@ -119,10 +119,13 @@
<child>
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">_Resolution:</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">_Resolution</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">resolution_combo</property>
<style>
<class name="dim-label"/>
</style>
</object>
<packing>
<property name="x_options">GTK_FILL</property>
@ -132,10 +135,13 @@
<child>
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">R_otation:</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">R_otation</property>
<property name="mnemonic_widget">rotation_combo</property>
<property name="use_underline">True</property>
<style>
<class name="dim-label"/>
</style>
</object>
<packing>
<property name="top_attach">1</property>