Created attachment 176987 [details] showcase SUMMARY Drag Handle Size are always displayed as small on new launches of Konsole. Even in the currently opened Konsole they don't work after changing the settings. Existing handles do change the size, but it looks like only the next split will have the desired size, and all the rest will be small STEPS TO REPRODUCE 1. Open Configure Konsole window 2. Go to Tab Bar / Splitters 3. Set Drag Handle Size to Medium or Large 4. Save and close Konsole 5. Open Konsole and make a split -> Handles are displayed as small (setting still says large) OBSERVED RESULT Drag Handle Size are always displayed as small on new launches of Konsole EXPECTED RESULT Drag Handle Size are displayed as they are set in the settings on new launches of Konsole SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.2.4 KDE Frameworks Version: 6.9.0 Qt Version: 6.8.1 Kernel Version: 6.12.7-arch1-1 (64-bit) Graphics Platform: Wayland
A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/1068
Git commit 5b0fe4073046e551e570c3cb46308065b1cea44c by Tomaz Canabrava, on behalf of Kurt Hindenburg. Committed on 24/02/2025 at 10:54. Pushed by tcanabrava into branch 'master'. Call setHandleWidth() to set initial size for splitDragHandleSize There was only a connect on change, no initial setting. M +1 -0 src/widgets/ViewSplitter.cpp https://invent.kde.org/utilities/konsole/-/commit/5b0fe4073046e551e570c3cb46308065b1cea44c
Git commit 922ee84676d6234aa059e2c293175dba6be3bb93 by Kurt Hindenburg, on behalf of Kurt Hindenburg. Committed on 25/02/2025 at 13:27. Pushed by hindenburg into branch 'release/24.12'. Call setHandleWidth() to set initial size for splitDragHandleSize There was only a connect on change, no initial setting. (cherry picked from commit 5b0fe4073046e551e570c3cb46308065b1cea44c) M +1 -0 src/widgets/ViewSplitter.cpp https://invent.kde.org/utilities/konsole/-/commit/922ee84676d6234aa059e2c293175dba6be3bb93