summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-01-21 10:46:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-01-21 13:34:43 +0100
commit46c0dbea12bd8329aa37ca5503db12b4162ef6c6 (patch)
tree0b0cfb07c136b00e16cbb81cb82c26af5d2c5a4f /svx
parentf311d5b778eede2642a49108a08d4134ad1ce097 (diff)
arrow list is scrolled
Change-Id: I8d4a814e9bdba5dff248b73d2dd4b4e6b363ea1f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87130 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/linectrl.cxx2
-rw-r--r--svx/uiconfig/ui/floatinglineend.ui1
2 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/linectrl.cxx b/svx/source/tbxctrls/linectrl.cxx
index 9694e191aed3..80c36beb55d5 100644
--- a/svx/source/tbxctrls/linectrl.cxx
+++ b/svx/source/tbxctrls/linectrl.cxx
@@ -296,7 +296,7 @@ static constexpr sal_uInt16 gnCols = 2;
SvxLineEndWindow::SvxLineEndWindow(SvxLineEndToolBoxControl* pControl, weld::Widget* pParent)
: WeldToolbarPopup(pControl->getFrameInterface(), pParent, "svx/ui/floatinglineend.ui", "FloatingLineEnd")
, mxControl(pControl)
- , mxLineEndSet(new SvtValueSet(nullptr))
+ , mxLineEndSet(new SvtValueSet(m_xBuilder->weld_scrolled_window("valuesetwin")))
, mxLineEndSetWin(new weld::CustomWeld(*m_xBuilder, "valueset", *mxLineEndSet))
, mnLines(12)
{
diff --git a/svx/uiconfig/ui/floatinglineend.ui b/svx/uiconfig/ui/floatinglineend.ui
index b86ea2e3dec3..11ec20f5e6dc 100644
--- a/svx/uiconfig/ui/floatinglineend.ui
+++ b/svx/uiconfig/ui/floatinglineend.ui
@@ -19,7 +19,6 @@
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="hscrollbar_policy">never</property>
- <property name="vscrollbar_policy">never</property>
<property name="shadow_type">in</property>
<child>
<object class="GtkViewport">