diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-16 00:20:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-17 16:06:29 +0100 |
commit | 8274df85dffad4bb3e87579e4c6e9c204ff60ebe (patch) | |
tree | 0949132fc2033a3dbc0aeae650a1d1fd597dbeb0 /sd | |
parent | e8029a19ec1f13a593dd5364525dc2d1de6e32d9 (diff) |
make use of ability to use bold in labels
Change-Id: I3989d552ef286ba2e63cbd2a9fee32a8358ca74c
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/sdraw/ui/printeroptions.ui | 6 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/printeroptions.ui | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sd/uiconfig/sdraw/ui/printeroptions.ui b/sd/uiconfig/sdraw/ui/printeroptions.ui index 3718af3407ec..dcdc896bf7f1 100644 --- a/sd/uiconfig/sdraw/ui/printeroptions.ui +++ b/sd/uiconfig/sdraw/ui/printeroptions.ui @@ -65,7 +65,7 @@ <object class="GtkLabel" id="label4"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Contents</property> + <property name="label" translatable="yes"><b>Contents</b></property> <property name="use_markup">True</property> </object> </child> @@ -157,7 +157,7 @@ <object class="GtkLabel" id="label5"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Color</property> + <property name="label" translatable="yes"><b>Color</b></property> <property name="use_markup">True</property> </object> </child> @@ -268,7 +268,7 @@ <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Size</property> + <property name="label" translatable="yes"><b>Size</b></property> <property name="use_markup">True</property> </object> </child> diff --git a/sd/uiconfig/simpress/ui/printeroptions.ui b/sd/uiconfig/simpress/ui/printeroptions.ui index 99117c5a3e22..78aa5e514c02 100644 --- a/sd/uiconfig/simpress/ui/printeroptions.ui +++ b/sd/uiconfig/simpress/ui/printeroptions.ui @@ -82,7 +82,7 @@ <object class="GtkLabel" id="label4"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Contents</property> + <property name="label" translatable="yes"><b>Contents</b></property> <property name="use_markup">True</property> </object> </child> @@ -174,7 +174,7 @@ <object class="GtkLabel" id="label5"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Color</property> + <property name="label" translatable="yes"><b>Color</b></property> <property name="use_markup">True</property> </object> </child> @@ -285,7 +285,7 @@ <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Size</property> + <property name="label" translatable="yes"><b>Size<b></property> <property name="use_markup">True</property> </object> </child> |