diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-05-26 19:53:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-05-27 09:49:31 +0200 |
commit | eeee3b18c22c4d5a2dbe4bd2b4f4e92fbd222011 (patch) | |
tree | 61f0de27923e98e2166e4d20185cc23eabe1eebc /sfx2/uiconfig | |
parent | e6f07761615c16bc0798ece6c94493fea1a1e9d6 (diff) |
expand frames horizontally to fit
Change-Id: I2c2fc8a726c279583ef9aa3d51eebe7f28164684
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116224
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/documentfontspage.ui | 2 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/securityinfopage.ui | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/uiconfig/ui/documentfontspage.ui b/sfx2/uiconfig/ui/documentfontspage.ui index 41e770a8265f..5c79b0b8d035 100644 --- a/sfx2/uiconfig/ui/documentfontspage.ui +++ b/sfx2/uiconfig/ui/documentfontspage.ui @@ -13,6 +13,7 @@ <object class="GtkFrame" id="fontEmbeddingFrame"> <property name="visible">True</property> <property name="can-focus">False</property> + <property name="hexpand">True</property> <property name="label-xalign">0</property> <property name="shadow-type">none</property> <child> @@ -79,6 +80,7 @@ <object class="GtkFrame" id="scriptframe"> <property name="visible">True</property> <property name="can-focus">False</property> + <property name="hexpand">True</property> <property name="label-xalign">0</property> <property name="shadow-type">none</property> <child> diff --git a/sfx2/uiconfig/ui/securityinfopage.ui b/sfx2/uiconfig/ui/securityinfopage.ui index a76c9679b41c..0b2a5df232a0 100644 --- a/sfx2/uiconfig/ui/securityinfopage.ui +++ b/sfx2/uiconfig/ui/securityinfopage.ui @@ -5,6 +5,7 @@ <object class="GtkFrame" id="SecurityInfoPage"> <property name="visible">True</property> <property name="can-focus">False</property> + <property name="hexpand">True</property> <property name="border-width">12</property> <property name="label-xalign">0</property> <property name="shadow-type">none</property> |