diff options
Diffstat (limited to 'plugins/exchange-operations/exchange-send-options.ui')
-rw-r--r-- | plugins/exchange-operations/exchange-send-options.ui | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/plugins/exchange-operations/exchange-send-options.ui b/plugins/exchange-operations/exchange-send-options.ui index edb71f8e4c..d94795d363 100644 --- a/plugins/exchange-operations/exchange-send-options.ui +++ b/plugins/exchange-operations/exchange-send-options.ui @@ -116,9 +116,8 @@ <child> <object class="GtkLabel" id="msg_settings_label"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Message Settings</b></property> + <property name="label" translatable="yes">Message Settings</property> <property name="use_underline">False</property> - <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> @@ -130,6 +129,9 @@ <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="padding">0</property> @@ -338,9 +340,8 @@ <child> <object class="GtkLabel" id="Track_options_label"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Tracking Options</b></property> + <property name="label" translatable="yes">Tracking Options</property> <property name="use_underline">False</property> - <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> @@ -352,6 +353,9 @@ <property name="width_chars">-1</property> <property name="single_line_mode">False</property> <property name="angle">0</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="padding">6</property> |