diff options
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/panel.ui | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/sfx2/uiconfig/ui/panel.ui b/sfx2/uiconfig/ui/panel.ui index b6995f386bbd..769acfddc2b2 100644 --- a/sfx2/uiconfig/ui/panel.ui +++ b/sfx2/uiconfig/ui/panel.ui @@ -2,10 +2,10 @@ <!-- Generated with glade 3.38.2 --> <interface domain="sfx"> <requires lib="gtk+" version="3.20"/> - <!-- n-columns=1 n-rows=2 --> - <object class="GtkGrid" id="Panel"> + <object class="GtkBox" id="Panel"> <property name="visible">True</property> <property name="can-focus">False</property> + <property name="orientation">vertical</property> <child> <object class="GtkBox" id="titlebar"> <property name="visible">True</property> @@ -96,8 +96,9 @@ </child> </object> <packing> - <property name="left-attach">0</property> - <property name="top-attach">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> </packing> </child> <child> @@ -111,8 +112,9 @@ </child> </object> <packing> - <property name="left-attach">0</property> - <property name="top-attach">1</property> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> </packing> </child> </object> |