[five-or-more/headerbar: 3/5] Move score into the headerbar
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [five-or-more/headerbar: 3/5] Move score into the headerbar
- Date: Mon, 25 Nov 2013 04:42:25 +0000 (UTC)
commit c3c39fe47b654e6d248f25a0bc893625ffa8e970
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Nov 24 21:26:39 2013 -0600
Move score into the headerbar
data/five-or-more.ui | 54 ++++++++++++++++++++++---------------------------
1 files changed, 24 insertions(+), 30 deletions(-)
---
diff --git a/data/five-or-more.ui b/data/five-or-more.ui
index f2810a3..07a8e18 100644
--- a/data/five-or-more.ui
+++ b/data/five-or-more.ui
@@ -16,6 +16,30 @@
<property name="can_focus">False</property>
<property name="show_close_button">True</property>
<property name="title" translatable="yes">Five or More</property>
+ <child>
+ <object class="GtkLabel" id="labelScore">
+ <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>
+ </object>
+ <packing>
+ <property name="pack_type">end</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="scorelabel">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xpad">6</property>
+ <property name="label" translatable="yes">0</property>
+ </object>
+ <packing>
+ <property name="pack_type">end</property>
+ </packing>
+ </child>
</object>
</child>
<child>
@@ -49,36 +73,6 @@
<child>
<placeholder/>
</child>
- <child>
- <object class="GtkLabel" id="scorelabel">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="xpad">6</property>
- <property name="label" translatable="yes">0</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="pack_type">end</property>
- <property name="position">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="labelScore">
- <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>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="pack_type">end</property>
- <property name="position">3</property>
- </packing>
- </child>
</object>
<packing>
<property name="expand">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]