summaryrefslogtreecommitdiff
path: root/endless/eostopbar.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo@endlessm.com>2015-05-20 14:22:51 -0700
committerCosimo Cecchi <cosimo@endlessm.com>2015-05-20 14:23:40 -0700
commitc8f261facd1ff484678a6c496029ef91f7f4aa18 (patch)
tree60c70a23ea2639cf6723d6cf22972d45fe5a9088 /endless/eostopbar.c
parent259b51de8e439a68dd21f1b2fc98d0f7e45a3514 (diff)
topbar: don't use deprecated margin properties
Or tests will fail on the runtime deprecation warning.
Diffstat (limited to 'endless/eostopbar.c')
-rw-r--r--endless/eostopbar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/endless/eostopbar.c b/endless/eostopbar.c
index 3c1596d..9433ef7 100644
--- a/endless/eostopbar.c
+++ b/endless/eostopbar.c
@@ -265,8 +265,8 @@ eos_top_bar_init (EosTopBar *self)
"column-spacing", _EOS_TOP_BAR_BUTTON_SEPARATION_PX,
"margin-top", _EOS_TOP_BAR_VERTICAL_BUTTON_MARGIN_PX,
"margin-bottom", _EOS_TOP_BAR_VERTICAL_BUTTON_MARGIN_PX,
- "margin-left", _EOS_TOP_BAR_HORIZONTAL_BUTTON_MARGIN_PX,
- "margin-right", _EOS_TOP_BAR_HORIZONTAL_BUTTON_MARGIN_PX,
+ "margin-start", _EOS_TOP_BAR_HORIZONTAL_BUTTON_MARGIN_PX,
+ "margin-end", _EOS_TOP_BAR_HORIZONTAL_BUTTON_MARGIN_PX,
NULL);
priv->left_top_bar_attach = gtk_alignment_new (0.5, 0.5, 0.0, 0.0);