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 /cui/uiconfig/ui/charnamepage.ui | |
parent | e8029a19ec1f13a593dd5364525dc2d1de6e32d9 (diff) |
make use of ability to use bold in labels
Change-Id: I3989d552ef286ba2e63cbd2a9fee32a8358ca74c
Diffstat (limited to 'cui/uiconfig/ui/charnamepage.ui')
-rw-r--r-- | cui/uiconfig/ui/charnamepage.ui | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/cui/uiconfig/ui/charnamepage.ui b/cui/uiconfig/ui/charnamepage.ui index aebb93a4e712..6f825251e20e 100644 --- a/cui/uiconfig/ui/charnamepage.ui +++ b/cui/uiconfig/ui/charnamepage.ui @@ -97,18 +97,6 @@ </packing> </child> <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> <object class="svtlo:FontNameBox" id="westfontnamelb-nocjk"> <property name="visible">True</property> <property name="can_focus">True</property> @@ -148,6 +136,18 @@ <property name="height">1</property> </packing> </child> + <child> + <placeholder/> + </child> + <child> + <placeholder/> + </child> + <child> + <placeholder/> + </child> + <child> + <placeholder/> + </child> </object> </child> </object> @@ -156,7 +156,7 @@ <object class="GtkLabel" id="label21"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Font</property> + <property name="label" translatable="yes"><b>Font</b></property> <property name="use_markup">True</property> </object> </child> @@ -305,7 +305,7 @@ <object class="GtkLabel" id="label4"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Western text font</property> + <property name="label" translatable="yes"><b>Western text font</b></property> <property name="use_markup">True</property> </object> </child> @@ -454,7 +454,7 @@ <object class="GtkLabel" id="label5"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Asian text font</property> + <property name="label" translatable="yes"><b>Asian text font</b></property> <property name="use_markup">True</property> </object> </child> @@ -603,7 +603,7 @@ <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">CTL font</property> + <property name="label" translatable="yes"><b>CTL font</b></property> <property name="use_markup">True</property> </object> </child> @@ -638,7 +638,7 @@ <object class="GtkLabel" id="label19"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Preview</property> + <property name="label" translatable="yes"><b>Preview</b></property> <property name="use_markup">True</property> </object> </child> |