summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2023-03-02 17:15:06 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-03-09 12:37:49 +0000
commit6169709cea1f72c55fadab27291dc878cb422ad1 (patch)
tree6132bf4af91fd4d3e8a5f6e556c5634d2a85f360 /include
parentbd42cd1a325cd53db9fca0865f851bcd6e09ccc6 (diff)
tdf#148776 for scrolling set step size as height of a row
similar to FontFeaturesDialog. FWIW gtk's viewport implementation automatically overwrites the step size to be 10% of the visible height (and page size of 90% of the visible height) Change-Id: If356724a47b0a10069f129bed4a40cfdee57bfa8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148138 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 4a88c5840e022ca896ce26ce1dfde2db7fb7df29) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148318 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/AccessibilityCheckDialog.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/AccessibilityCheckDialog.hxx b/include/svx/AccessibilityCheckDialog.hxx
index f2e3c567351b..65b100064f87 100644
--- a/include/svx/AccessibilityCheckDialog.hxx
+++ b/include/svx/AccessibilityCheckDialog.hxx
@@ -45,6 +45,7 @@ private:
std::vector<std::unique_ptr<AccessibilityCheckEntry>> m_aAccessibilityCheckEntries;
// Controls
+ std::unique_ptr<weld::ScrolledWindow> m_xScrolledWindow;
std::unique_ptr<weld::Box> m_xAccessibilityCheckBox;
std::unique_ptr<weld::Button> m_xRescanBtn;