GNOME Bugzilla – Bug 329503
Include maximize vertically in the "Titlebar Action" list
Last modified: 2008-03-27 17:16:40 UTC
Since metacity now has maximize vertically done as a toggle, how about adding an option to maximize in either direction on double click in addition to roll up or plain maximize?
Created attachment 95436 [details] [review] adds maximize vertically and horizontally to possible actions for titlebar This patch adds the requested behaviour in Control Center capplet. Note that this depends to the patch I posted to metacity bug #358674 which I also set as a blocker for this.
Ping, the patch I posted for Metacity has been merged.
As gnome-control-center has been branched, I committed the patch to trunk and bumped the required Metacity version to 2.23.1. Closing as FIXED. 2008-03-27 Cosimo Cecchi <cosimoc@gnome.org> * metacity-window-manager.c: (metacity_change_settings), (metacity_get_settings), (metacity_get_double_click_actions): add "Maximize Vertically" and "Maximize Horizontally" to possible double-click actions. Closes bug #329503.