[hamster-applet] use attributes instead of markup
- From: Toms Baugis <tbaugis src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [hamster-applet] use attributes instead of markup
- Date: Sat, 26 Dec 2009 13:43:47 +0000 (UTC)
commit bbb81f478b9d354555a202bc5ea931add6d61548
Author: Toms Bauģis <toms baugis gmail com>
Date: Sat Dec 26 13:43:04 2009 +0000
use attributes instead of markup
data/preferences.ui | 2 --
data/stats_reports.ui | 8 ++++----
data/stats_stats.ui | 12 ++++++++----
3 files changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/data/preferences.ui b/data/preferences.ui
index 2465e52..69ce281 100644
--- a/data/preferences.ui
+++ b/data/preferences.ui
@@ -144,7 +144,6 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="label" translatable="yes">Remind of current activity every:</property>
- <property name="use_markup">True</property>
<property name="use_underline">True</property>
</object>
</child>
@@ -669,7 +668,6 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="label" translatable="yes">Tags that should appear in autocomplete</property>
- <property name="use_markup">True</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/data/stats_reports.ui b/data/stats_reports.ui
index 37f271f..af65cea 100644
--- a/data/stats_reports.ui
+++ b/data/stats_reports.ui
@@ -14,9 +14,11 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Overview</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Overview</property>
<property name="single_line_mode">True</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -108,7 +110,6 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Week</property>
- <property name="use_markup">True</property>
</object>
</child>
</object>
@@ -136,7 +137,6 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Activity</property>
- <property name="use_markup">True</property>
</object>
</child>
</object>
diff --git a/data/stats_stats.ui b/data/stats_stats.ui
index 640d52a..6f9cf44 100644
--- a/data/stats_stats.ui
+++ b/data/stats_stats.ui
@@ -121,8 +121,10 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="ypad">8</property>
- <property name="label" translatable="yes"><b>Starts and ends</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Starts and ends</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
@@ -132,8 +134,10 @@
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Totals</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Totals</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="position">1</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]