diff options
Diffstat (limited to 'data/glade/prefs-dialog.ui')
-rw-r--r-- | data/glade/prefs-dialog.ui | 66 |
1 files changed, 44 insertions, 22 deletions
diff --git a/data/glade/prefs-dialog.ui b/data/glade/prefs-dialog.ui index fca48b5fb..397d13aef 100644 --- a/data/glade/prefs-dialog.ui +++ b/data/glade/prefs-dialog.ui @@ -210,10 +210,12 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Home page</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Home page</property> <property name="justify">center</property> <property name="mnemonic_widget">homepage_entry</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -345,8 +347,10 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Downloads</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Downloads</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -458,8 +462,10 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Fonts</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Fonts</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -628,8 +634,10 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Style</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Style</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -739,8 +747,10 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Web Content</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Web Content</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -832,8 +842,10 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Cookies</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Cookies</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -948,8 +960,10 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Passwords</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Passwords</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -997,8 +1011,10 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Temporary Files</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Temporary Files</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -1143,8 +1159,10 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Encodings</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Encodings</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -1216,8 +1234,10 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Languages</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Languages</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -1376,9 +1396,11 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Spell checking</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Spell checking</property> <property name="use_underline">True</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> |