Merge lp:~mathijshenquet/docky/extra-hot-area into lp:docky
Proposed by
Mathijs Henquet
Status: | Merged |
---|---|
Merged at revision: | 1702 |
Proposed branch: | lp:~mathijshenquet/docky/extra-hot-area |
Merge into: | lp:docky |
Diff against target: |
31 lines (+3/-4) 1 file modified
Docky/Docky/Interface/DockWindow.cs (+3/-4) |
To merge this branch: | bzr merge lp:~mathijshenquet/docky/extra-hot-area |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert Dyer (community) | Approve | ||
Mathijs Henquet (community) | Needs Resubmitting | ||
Review via email:
|
Description of the change
Added extra mouse/hot area padding to docks.
Fixes Bug #625332
To post a comment you must log in.
Good thinking, but not quite how we want to do this.
Basically if you look into DockWindow we create a cursor area, which is passed into the autohide manager. That area needs to be created to expand into the 'blank space'. So AutohideManager.cs shouldnt even change.