Bug 465021

Summary: make partition Resize/Move slider handle more forgiving
Product: [Applications] partitionmanager Reporter: greenscarf005
Component: generalAssignee: Andrius Štikonas <andrius>
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: NOR    
Version First Reported In: 22.04.1   
Target Milestone: ---   
Platform: Kubuntu   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: example of the hardships of moving the slider

Description greenscarf005 2023-01-30 02:47:27 UTC
Created attachment 155775 [details]
example of the hardships of moving the slider

SUMMARY

STEPS TO REPRODUCE
1. Open KDE partition manager.
2. Click on a partition and choose `Partition` -> `Move/Resize`.
3. Drag right handle to resize partition.

OBSERVED RESULT
It's very hard to drag right handle because the cursor must be precisely placed at 1px border.
(see attached gif)

EXPECTED RESULT
Easier dragging handles. Following method could be used:
-  Snap cursor near right handle
- Give large margin of error to right handle (e.g: 20px)

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Kubuntu 22.04
KDE Plasma Version: 5.24.7
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.3
Comment 1 Andrius Štikonas 2023-01-30 21:31:14 UTC
It's not trivial to implement this. It seemed to me that the only way to achieve that is to increase size of the border, but it looks quite confusing: https://bugsfiles.kde.org/attachment.cgi?id=145730

*** This bug has been marked as a duplicate of bug 448908 ***