[vlc-commits] [Git][videolan/vlc][master] qml: increase scroll bar default interacting size
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Mon Apr 21 16:40:17 UTC 2025
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
83347d67 by Fatih Uzunoglu at 2025-04-21T16:21:18+00:00
qml: increase scroll bar default interacting size
I just realized that this might be too small for
some users.
- - - - -
1 changed file:
- modules/gui/qt/style/VLCStyle.qml
Changes:
=====================================
modules/gui/qt/style/VLCStyle.qml
=====================================
@@ -319,7 +319,7 @@ QtObject {
readonly property int controlLayoutHeightPinned: MainCtx.dp(32, scale)
// Scroll bar (size means width or height, depending on the orientation):
- readonly property real scrollBarInteractingSize: MainCtx.dp(5, scale)
+ readonly property real scrollBarInteractingSize: MainCtx.dp(8, scale)
readonly property real scrollBarNonInteractingSize: MainCtx.dp(2, scale)
function dp(size, scale) {
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/83347d675b8f95df36eccb14ffed468f81fc385b
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/83347d675b8f95df36eccb14ffed468f81fc385b
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list