Bug 167833

Summary: kickoff does not respect grab location when resizing
Product: [Plasma] plasma4 Reporter: Ambroz Bizjak <ambrop7>
Component: widget-kickoffAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: fix

Description Ambroz Bizjak 2008-07-31 13:01:59 UTC
Version:            (using Devel)
Installed from:    Compiled sources
OS:                Linux

When resising kickof by grabbing the resize handle in the corner, the resizing happens so that the corner of the window follows the tip of the of the cursor. However, it would be better if the actual point where the handle was grabbed followed the cursor.
For instance, grabbing the resize handle and moving the mouse one pixel left and one pixel right results in a size different than the original.
Comment 1 Ambroz Bizjak 2008-07-31 13:03:21 UTC
Created attachment 26530 [details]
fix

This fixes is by taking into account the offset of the mouse from the corner
when the resizing begins.
Comment 2 Aaron J. Seigo 2008-07-31 21:48:36 UTC
SVN commit 840279 by aseigo:

better resize handling by following location of drag start; patch by ambro
BUG:167833


 M  +28 -8     launcher.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=840279