diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-07-06 12:34:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-07-06 16:46:54 +0200 |
commit | 93bda63aaadedda64dfb8f4a6f9d7f3a08d49aab (patch) | |
tree | a4cfe7b1ddbe92b38783e05ebcf58561a5992e5d /sfx2/uiconfig/ui/panel.ui | |
parent | 7e7a871bcd4f923b015a7e040969335696b434c6 (diff) |
use box instead of grid
Change-Id: I394779489c256d666e14c7c5bfe55e8ebd94e32d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118481
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/uiconfig/ui/panel.ui')
-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> |