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>
This commit is contained in:
Caolán McNamara 2020-01-21 10:46:58 +00:00
parent f311d5b778
commit 46c0dbea12
2 changed files with 1 additions and 2 deletions

View file

@ -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)
{

View file

@ -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">