[Libreoffice-commits] core.git: sfx2/uiconfig
andreas kainz (via logerrit)
logerrit at kemper.freedesktop.org
Sun May 3 11:06:17 UTC 2020
sfx2/uiconfig/ui/custominfopage.ui | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 72d29798faac7bee311219b48d4a8373e6d50da3
Author: andreas kainz <kainz.a at gmail.com>
AuthorDate: Sun May 3 08:37:36 2020 +0200
Commit: andreas_kainz <kainz.a at gmail.com>
CommitDate: Sun May 3 13:05:40 2020 +0200
tdf#132623 custom property dialog expand update
Change-Id: Iab659269942853ed330ef65fbcb1e0155b3b24cc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93335
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a at gmail.com>
diff --git a/sfx2/uiconfig/ui/custominfopage.ui b/sfx2/uiconfig/ui/custominfopage.ui
index fcd78784d123..1893ba63b14e 100644
--- a/sfx2/uiconfig/ui/custominfopage.ui
+++ b/sfx2/uiconfig/ui/custominfopage.ui
@@ -5,6 +5,8 @@
<object class="GtkGrid" id="CustomInfoPage">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
<property name="border_width">6</property>
<property name="row_spacing">6</property>
<child>
@@ -85,6 +87,8 @@
<object class="GtkViewport">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
<child>
<object class="GtkBox" id="box">
<property name="visible">True</property>
More information about the Libreoffice-commits
mailing list