[d-feet] removed gap between window titlebar and menubar
- From: John Palmieri <johnp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [d-feet] removed gap between window titlebar and menubar
- Date: Tue, 15 Nov 2011 14:03:57 +0000 (UTC)
commit 855f24279a3a06bf95d945a112232c0672fdca01
Author: Chris Couzens <ccouzens gmail com>
Date: Wed Apr 14 21:39:01 2010 +0100
removed gap between window titlebar and menubar
This makes the window titlebar and menubar appear merged in themes
such as the one Ubuntu 10.04 uses.
https://bugzilla.gnome.org/show_bug.cgi?id=636026
ui/mainwindow.ui | 40 ++++++++++++++++++++--------------------
1 files changed, 20 insertions(+), 20 deletions(-)
---
diff --git a/ui/mainwindow.ui b/ui/mainwindow.ui
index c1093c2..6491f83 100644
--- a/ui/mainwindow.ui
+++ b/ui/mainwindow.ui
@@ -9,29 +9,29 @@
<property name="visible">False</property>
<property name="width_request">300</property>
<child>
+ <object class="GtkVBox" id="vbox1">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkMenuBar" id="menubar1" constructor="default-uiman" />
+ <packing>
+ <property name="expand">False</property>
+ </packing>
+ </child>
+ <child>
+ <object constructor="default-uiman" class="GtkToolbar" id="toolbar1">
+ <property name="toolbar_style">both-horiz</property>
+ <property name="visible">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkVBox" id="main_vbox">
<property name="visible">True</property>
<child>
<object class="GtkFrame" id="frame1">
<property name="visible">True</property>
- <child>
- <object class="GtkVBox" id="vbox1">
- <property name="visible">True</property>
- <child>
- <object class="GtkMenuBar" id="menubar1" constructor="default-uiman" />
- <packing>
- <property name="expand">False</property>
- </packing>
- </child>
- <child>
- <object constructor="default-uiman" class="GtkToolbar" id="toolbar1">
- <property name="toolbar_style">both-horiz</property>
- <property name="visible">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- </packing>
- </child>
<child>
<object class="GtkNotebook" id="display_notebook">
<property name="enable_popup">True</property>
@@ -43,8 +43,6 @@
</child>
</object>
</child>
- </object>
- </child>
</object>
<packing>
<property name="expand">True</property>
@@ -80,5 +78,7 @@
</child>
</object>
</child>
+ </object>
+ </child>
</object>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]