[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - cui/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jun 6 07:57:19 UTC 2019
cui/uiconfig/ui/bulletandposition.ui | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit cb8bd30f73b3122602e1595babef2bb7473d1865
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Jun 5 14:38:49 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Jun 6 09:55:55 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>
(cherry picked from commit 9823786d74bb86c7827a777ef517ba753f58b872)
Reviewed-on: https://gerrit.libreoffice.org/73580
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/cui/uiconfig/ui/bulletandposition.ui b/cui/uiconfig/ui/bulletandposition.ui
index c6e3a0e22f94..ba3133a921bb 100644
--- a/cui/uiconfig/ui/bulletandposition.ui
+++ b/cui/uiconfig/ui/bulletandposition.ui
@@ -180,6 +180,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">
@@ -987,6 +989,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