printers: use dim-label to accentuate values

This commit is contained in:
William Jon McCann 2011-03-14 14:55:36 -04:00
parent 936175eddf
commit d892e1b6b8

View file

@ -98,6 +98,9 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="xalign">1</property> <property name="xalign">1</property>
<property name="label" translatable="yes" comments="Translators: By supply we mean ink, toner, staples, water, ...">Supply</property> <property name="label" translatable="yes" comments="Translators: By supply we mean ink, toner, staples, water, ...">Supply</property>
<style>
<class name="dim-label"/>
</style>
</object> </object>
<packing> <packing>
<property name="top_attach">5</property> <property name="top_attach">5</property>
@ -111,6 +114,9 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="xalign">1</property> <property name="xalign">1</property>
<property name="label" translatable="yes" comments="Translators: Location of the printer (e.g. Lab, 1st floor,...).">Location</property> <property name="label" translatable="yes" comments="Translators: Location of the printer (e.g. Lab, 1st floor,...).">Location</property>
<style>
<class name="dim-label"/>
</style>
</object> </object>
<packing> <packing>
<property name="top_attach">2</property> <property name="top_attach">2</property>
@ -202,6 +208,9 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="xalign">1</property> <property name="xalign">1</property>
<property name="label" translatable="yes">Jobs</property> <property name="label" translatable="yes">Jobs</property>
<style>
<class name="dim-label"/>
</style>
</object> </object>
<packing> <packing>
<property name="top_attach">6</property> <property name="top_attach">6</property>
@ -276,6 +285,9 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="xalign">1</property> <property name="xalign">1</property>
<property name="label" translatable="yes">Model</property> <property name="label" translatable="yes">Model</property>
<style>
<class name="dim-label"/>
</style>
</object> </object>
<packing> <packing>
<property name="top_attach">3</property> <property name="top_attach">3</property>
@ -289,6 +301,9 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="xalign">1</property> <property name="xalign">1</property>
<property name="label" translatable="yes">IP Address</property> <property name="label" translatable="yes">IP Address</property>
<style>
<class name="dim-label"/>
</style>
</object> </object>
<packing> <packing>
<property name="top_attach">4</property> <property name="top_attach">4</property>