summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo@endlessm.com>2014-08-19 12:27:30 -0700
committerCosimo Cecchi <cosimo@endlessm.com>2014-08-19 12:27:30 -0700
commitaa855d961c34817c64287f2c50e5aed88a7756da (patch)
tree80fadabc33830c1eb41df793df719050853189c8
parentd5aef18db5e45e45df2bdbaf185630ba3dfa7abf (diff)
topbar: swap minimize and maximize buttons
As for new designs. [endlessm/eos-shell#3386]
-rw-r--r--endless/eostopbar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/endless/eostopbar.c b/endless/eostopbar.c
index f53a371..9d7f276 100644
--- a/endless/eostopbar.c
+++ b/endless/eostopbar.c
@@ -241,10 +241,10 @@ eos_top_bar_init (EosTopBar *self)
gtk_container_add (GTK_CONTAINER (priv->actions_grid),
priv->center_top_bar_attach);
gtk_container_add (GTK_CONTAINER (priv->actions_grid),
- priv->maximize_button);
- gtk_container_add (GTK_CONTAINER (priv->actions_grid),
priv->minimize_button);
gtk_container_add (GTK_CONTAINER (priv->actions_grid),
+ priv->maximize_button);
+ gtk_container_add (GTK_CONTAINER (priv->actions_grid),
priv->close_button);
gtk_container_add (GTK_CONTAINER (self), priv->actions_grid);