From e8010193a9a4015df1f59aac747dbcc01bb7b644 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Tue, 8 Jul 2014 14:11:20 +0200 Subject: 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. --- capplets/windows/mate-window-properties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capplets/windows') 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 -- cgit v1.2.1