diff options
Diffstat (limited to 'plugins/publish-calendar/publish-calendar.ui')
-rw-r--r-- | plugins/publish-calendar/publish-calendar.ui | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/plugins/publish-calendar/publish-calendar.ui b/plugins/publish-calendar/publish-calendar.ui index f60bc9090b..aedb323ad6 100644 --- a/plugins/publish-calendar/publish-calendar.ui +++ b/plugins/publish-calendar/publish-calendar.ui @@ -100,8 +100,10 @@ <object class="GtkLabel" id="label22"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><span weight="bold">General</span></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">General</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -266,8 +268,10 @@ <object class="GtkLabel" id="label23"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><span weight="bold">Sources</span></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Sources</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -330,8 +334,10 @@ <object class="GtkLabel" id="label30"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><span weight="bold">Location</span></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Location</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -482,8 +488,10 @@ <object class="GtkLabel" id="optional_label"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><span weight="bold">Optional Information</span></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Optional Information</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> |