[five-or-more] Fix headerbar item positions
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [five-or-more] Fix headerbar item positions
- Date: Tue, 7 Jan 2014 23:37:46 +0000 (UTC)
commit d319db395bf43843424bf83cd915e35ed806aaa3
Author: Yosef Or Boczko <yoseforb gmail com>
Date: Wed Jan 8 00:32:21 2014 +0200
Fix headerbar item positions
https://bugzilla.gnome.org/show_bug.cgi?id=721749
data/five-or-more.ui | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/data/five-or-more.ui b/data/five-or-more.ui
index a909c8f..fb2b38b 100644
--- a/data/five-or-more.ui
+++ b/data/five-or-more.ui
@@ -38,24 +38,24 @@
</object>
</child>
<child>
- <object class="GtkLabel" id="labelScore">
+ <object class="GtkLabel" id="scorelabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Score:</property>
- <attributes>
- <attribute name="weight" value="bold"/>
- </attributes>
+ <property name="xpad">6</property>
+ <property name="label" translatable="yes">0</property>
</object>
<packing>
<property name="pack_type">end</property>
</packing>
</child>
<child>
- <object class="GtkLabel" id="scorelabel">
+ <object class="GtkLabel" id="labelScore">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xpad">6</property>
- <property name="label" translatable="yes">0</property>
+ <property name="label" translatable="yes">Score:</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="pack_type">end</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]