diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-03-02 17:15:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-03-06 16:54:48 +0000 |
commit | 4a88c5840e022ca896ce26ce1dfde2db7fb7df29 (patch) | |
tree | bda79070ea631ac5e0ce835edd64f6a8e91f1180 /include/svx | |
parent | f60a48af7df68c8704154297eca5b7159f839ffc (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>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/AccessibilityCheckDialog.hxx | 1 |
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; |