add action and design for resizing a window
This commit is contained in:
parent
4aeca296e8
commit
32ac5d9b88
2 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,8 @@ Epist design notes, by woodblock
|
|||
- send to desktop
|
||||
- toggle shade
|
||||
- sticky
|
||||
- move window (?)
|
||||
- move window
|
||||
- resize window
|
||||
- next/prev window (special orders like stacking, grouping, etc?)
|
||||
- maximize/minimize
|
||||
- no stupid window
|
||||
|
|
|
@ -46,6 +46,8 @@ public:
|
|||
moveWindowDown, //done
|
||||
moveWindowLeft, //done
|
||||
moveWindowRight, //done
|
||||
resizeWindowWidth,
|
||||
resizeWindowHeight,
|
||||
|
||||
toggleMaximizeFull, //done
|
||||
toggleMaximizeVertical, //done
|
||||
|
|
Loading…
Reference in a new issue