diff --git a/src/lightdm-gtk-greeter.c b/src/lightdm-gtk-greeter.c index ad6e73e..7bfd63d 100644 --- a/src/lightdm-gtk-greeter.c +++ b/src/lightdm-gtk-greeter.c @@ -112,8 +112,7 @@ static GtkButton *power_ok_button, *power_cancel_button; static GtkLabel *power_title, *power_text; static GtkImage *power_icon; -static const gchar *DEFAULT_LAYOUT[] = {"~spacer", "~spacer", "~host", "~spacer", - "~session", "~a11y", "~clock", "~power", NULL}; +static const gchar *DEFAULT_LAYOUT[] = {"~host", "~spacer", "~session", "~a11y", "~clock", "~power", NULL}; static const gchar *POWER_WINDOW_DATA_LOOP = "power-window-loop"; /* */ static const gchar *POWER_WINDOW_DATA_RESPONSE = "power-window-response"; /* */