diff options
author | Gymnasiast <[email protected]> | 2014-07-08 14:11:20 +0200 |
---|---|---|
committer | Gymnasiast <[email protected]> | 2014-07-08 14:11:20 +0200 |
commit | e8010193a9a4015df1f59aac747dbcc01bb7b644 (patch) | |
tree | afdedacb548ea90238a7a93b3729cf1f5b33ffe8 /capplets/windows | |
parent | 35df29f8e2e098044c315fe840650cce2088aee9 (diff) | |
download | mate-control-center-e8010193a9a4015df1f59aac747dbcc01bb7b644.tar.bz2 mate-control-center-e8010193a9a4015df1f59aac747dbcc01bb7b644.tar.xz |
Changed left window button layout to usual layout
Most (if not all) DEs that have their window button on the left use the order close, minimise, maximise and no menu. This pull request brings MATE in line with that standard layout.
Diffstat (limited to 'capplets/windows')
-rw-r--r-- | capplets/windows/mate-window-properties.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/windows/mate-window-properties.c b/capplets/windows/mate-window-properties.c index 219b724f..468ed595 100644 --- a/capplets/windows/mate-window-properties.c +++ b/capplets/windows/mate-window-properties.c @@ -54,7 +54,7 @@ #define MARCO_BUTTON_LAYOUT_KEY "button-layout" #define MARCO_BUTTON_LAYOUT_RIGHT "menu:minimize,maximize,close" -#define MARCO_BUTTON_LAYOUT_LEFT "close,maximize,minimize:menu" +#define MARCO_BUTTON_LAYOUT_LEFT "close,minimize,maximize:" /* keep following enums in sync with marco */ enum |