diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-06-25 17:08:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-06-26 15:15:58 +0200 |
commit | f537dcc2485f6e0d577797a5850f417f180cca3a (patch) | |
tree | 0015eff7f69a2d9dd4919e03e53bdb6e0d0fd76c /sc | |
parent | 9fdc25d730782511308eaf2635ea20245dbeb83a (diff) |
gtk4: GtkPicture triggers some sort of unexplained vertical expand
an intermediate horizontal GtkBox works to stop the propogation
Change-Id: Idb2a059d5b2e6fa11a105cc8ca06e4f39fd4cd2d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117913
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/sheetprintpage.ui | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/sc/uiconfig/scalc/ui/sheetprintpage.ui b/sc/uiconfig/scalc/ui/sheetprintpage.ui index 556b8a05db46..41ee7c089d2d 100644 --- a/sc/uiconfig/scalc/ui/sheetprintpage.ui +++ b/sc/uiconfig/scalc/ui/sheetprintpage.ui @@ -168,16 +168,27 @@ </packing> </child> <child> - <object class="GtkImage" id="imageBMP_PAGEDIR"> + <object class="GtkBox"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="halign">start</property> <property name="valign">center</property> - <property name="margin-start">6</property> - <property name="margin-end">6</property> - <property name="margin-top">6</property> - <property name="margin-bottom">6</property> - <property name="icon-name">missing-image</property> + <child> + <object class="GtkImage" id="imageBMP_PAGEDIR"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="margin-start">6</property> + <property name="margin-end">6</property> + <property name="margin-top">6</property> + <property name="margin-bottom">6</property> + <property name="icon-name">missing-image</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> |