[glom] Main Window: Correct (again) the order of Records/Found widgets.
- From: Murray Cumming <murrayc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glom] Main Window: Correct (again) the order of Records/Found widgets.
- Date: Mon, 14 Sep 2009 12:52:41 +0000 (UTC)
commit 0e6ab75e402a4886f932e35e8917a72d575a0636
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Sep 14 14:37:15 2009 +0200
Main Window: Correct (again) the order of Records/Found widgets.
* glom/glom.glade: main_window: Put the Records:/Found: widgets in
sub-hboxes, and change their order by hand in the .glade file because
GtkBuilder and Glade do not seem to interpret the file in the same way.
ChangeLog | 8 +++++
glom/glom.glade | 88 +++++++++++++++++++++++++++++++-----------------------
2 files changed, 58 insertions(+), 38 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5902f39..b3f0802 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-14 Murray Cumming <murrayc murrayc com>
+
+ Main Window: Correct (again) the order of Records/Found widgets.
+
+ * glom/glom.glade: main_window: Put the Records:/Found: widgets in
+ sub-hboxes, and change their order by hand in the .glade file because
+ GtkBuilder and Glade do not seem to interpret the file in the same way.
+
1.11.2:
2009-09-14 Murray Cumming <murrayc murray com>
diff --git a/glom/glom.glade b/glom/glom.glade
index 302b62b..3a422c6 100644
--- a/glom/glom.glade
+++ b/glom/glom.glade
@@ -1122,59 +1122,71 @@
</packing>
</child>
<child>
- <placeholder/>
- </child>
- <child>
<object class="GtkHBox" id="hbox_records_count">
<property name="visible">True</property>
<property name="spacing">6</property>
<child>
- <placeholder/>
- </child>
- <child>
- <object class="GtkLabel" id="label205">
+ <object class="GtkHBox" id="hbox_found">
<property name="visible">True</property>
- <property name="label" translatable="yes">Records: </property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="pack_type">end</property>
- <property name="position">5</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label_records_count">
- <property name="visible">True</property>
- <property name="label" translatable="yes">0</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="pack_type">end</property>
- <property name="position">4</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label204">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Found:</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label204">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Found:</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label_records_found_count">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">0</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="expand">False</property>
- <property name="fill">False</property>
<property name="pack_type">end</property>
- <property name="position">3</property>
+ <property name="position">1</property>
</packing>
</child>
<child>
- <object class="GtkLabel" id="label_records_found_count">
+ <object class="GtkHBox" id="hbox_records">
<property name="visible">True</property>
- <property name="label" translatable="yes">0</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label205">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Records: </property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label_records_count">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">0</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="expand">False</property>
- <property name="fill">False</property>
<property name="pack_type">end</property>
<property name="position">2</property>
</packing>
@@ -1197,7 +1209,7 @@
</object>
<packing>
<property name="pack_type">end</property>
- <property name="position">3</property>
+ <property name="position">2</property>
</packing>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]