[polari] mainWindow: Fix headerbars item positions
- From: Yosef Or Boczko <yoseforb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] mainWindow: Fix headerbars item positions
- Date: Wed, 8 Jan 2014 15:37:21 +0000 (UTC)
commit 916ad234a0d2dc1958fd1eef22ef1415853a484f
Author: Yosef Or Boczko <yoseforb gmail com>
Date: Tue Jan 7 23:29:33 2014 +0200
mainWindow: Fix headerbars item positions
https://bugzilla.gnome.org/show_bug.cgi?id=721736
data/resources/main-window.ui | 46 ++++++++++++++++++++--------------------
1 files changed, 23 insertions(+), 23 deletions(-)
---
diff --git a/data/resources/main-window.ui b/data/resources/main-window.ui
index a073cd3..02dc0d5 100644
--- a/data/resources/main-window.ui
+++ b/data/resources/main-window.ui
@@ -60,6 +60,17 @@
</packing>
</child>
<child>
+ <object class="GtkLabel" id="titlebar_separator">
+ <property name="visible">True</property>
+ <style>
+ <class name="polari-titlebar-separator"/>
+ </style>
+ </object>
+ <packing>
+ <property name="pack_type">end</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkToggleButton" id="button2">
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -83,17 +94,6 @@
<property name="pack_type">end</property>
</packing>
</child>
- <child>
- <object class="GtkLabel" id="titlebar_separator">
- <property name="visible">True</property>
- <style>
- <class name="polari-titlebar-separator"/>
- </style>
- </object>
- <packing>
- <property name="pack_type">end</property>
- </packing>
- </child>
</object>
</child>
<child>
@@ -183,18 +183,6 @@
</object>
</child>
<child>
- <object class="GtkLabel" id="label2">
- <property name="visible">True</property>
- <!-- we want some margin around title/subtitle - setting
- it on the first and last button has the same effect,
- and spares us from using a custom title widget -->
- <property name="width-request">24</property>
- </object>
- <packing>
- <property name="pack_type">end</property>
- </packing>
- </child>
- <child>
<object class="GtkToggleButton" id="show_user_list_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -218,6 +206,18 @@
<property name="pack_type">end</property>
</packing>
</child>
+ <child>
+ <object class="GtkLabel" id="label2">
+ <property name="visible">True</property>
+ <!-- we want some margin around title/subtitle - setting
+ it on the first and last button has the same effect,
+ and spares us from using a custom title widget -->
+ <property name="width-request">24</property>
+ </object>
+ <packing>
+ <property name="pack_type">end</property>
+ </packing>
+ </child>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]