summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Sorokin <[email protected]>2017-04-08 23:41:31 +0300
committerAlexei Sorokin <[email protected]>2017-04-08 23:41:31 +0300
commita2c14a672309d3b34890344b5375d0c8dff796d8 (patch)
tree0b72bd8b21febbd5592344b8767f9012ed036500
parent5d6248f915fecccd7fd3cba9858ef47ed10d5d77 (diff)
downloadlibmatekbd-a2c14a672309d3b34890344b5375d0c8dff796d8.tar.bz2
libmatekbd-a2c14a672309d3b34890344b5375d0c8dff796d8.tar.xz
matekbd-indicator: Don't expand
Causes problems with mate-screensaver.
-rw-r--r--libmatekbd/matekbd-indicator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmatekbd/matekbd-indicator.c b/libmatekbd/matekbd-indicator.c
index 40bee1e..ca7a74d 100644
--- a/libmatekbd/matekbd-indicator.c
+++ b/libmatekbd/matekbd-indicator.c
@@ -399,8 +399,6 @@ matekbd_indicator_prepare_drawing (MatekbdIndicator * gki, int group)
label = gtk_label_new (lbl_title);
gtk_widget_set_halign (label, GTK_ALIGN_CENTER);
gtk_widget_set_valign (label, GTK_ALIGN_CENTER);
- gtk_widget_set_hexpand (label, TRUE);
- gtk_widget_set_vexpand (label, TRUE);
gtk_widget_set_margin_start (label, 2);
gtk_widget_set_margin_end (label, 2);
gtk_widget_set_margin_top (label, 2);