[Libreoffice-commits] core.git: cui/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jun 6 05:54:03 UTC 2019
cui/uiconfig/ui/bulletandposition.ui | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 9823786d74bb86c7827a777ef517ba753f58b872
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Jun 5 14:38:49 2019 +0100
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Jun 6 07:52:38 2019 +0200
only want a border here surely, not scrollability
Change-Id: Ief22fa4e437af5d408a4debc776be3237a97601a
Reviewed-on: https://gerrit.libreoffice.org/73553
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/cui/uiconfig/ui/bulletandposition.ui b/cui/uiconfig/ui/bulletandposition.ui
index e9d642e2a290..52e29767c1d8 100644
--- a/cui/uiconfig/ui/bulletandposition.ui
+++ b/cui/uiconfig/ui/bulletandposition.ui
@@ -195,6 +195,8 @@
<property name="width_request">78</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="hscrollbar_policy">never</property>
+ <property name="vscrollbar_policy">never</property>
<property name="shadow_type">in</property>
<child>
<object class="GtkTreeView" id="levellb">
@@ -984,6 +986,8 @@
<property name="height_request">300</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="hscrollbar_policy">never</property>
+ <property name="vscrollbar_policy">never</property>
<property name="shadow_type">in</property>
<child>
<object class="GtkViewport">
More information about the Libreoffice-commits
mailing list