From ce9dab8c161e29769131cec741a6a9cceec8552d Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Thu, 28 Mar 2019 17:43:29 +0900 Subject: tdf#124148 add configurable margin for the listbox pop-up list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is needed to increase the area of lisbox entries in the pop-up list so it is easier to select with touch. Change-Id: Iedb910508de26c903dc3f50f645f567d4c988940 Reviewed-on: https://gerrit.libreoffice.org/69889 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- vcl/inc/svdata.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vcl/inc/svdata.hxx') diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index c5b3482642a2..714c7c5a36e7 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -309,6 +309,8 @@ struct ImplSVNWFData // floating toolbars that can be redocked because there's no way to track // that the toolbar is over a dockable area. bool mbCanDetermineWindowPosition = true; + + int mnListBoxEntryMargin = 0; }; struct BlendFrameCache -- cgit