diff options
author | Alexei Sorokin <[email protected]> | 2017-04-08 23:41:31 +0300 |
---|---|---|
committer | Alexei Sorokin <[email protected]> | 2017-04-08 23:41:31 +0300 |
commit | a2c14a672309d3b34890344b5375d0c8dff796d8 (patch) | |
tree | 0b72bd8b21febbd5592344b8767f9012ed036500 | |
parent | 5d6248f915fecccd7fd3cba9858ef47ed10d5d77 (diff) | |
download | libmatekbd-a2c14a672309d3b34890344b5375d0c8dff796d8.tar.bz2 libmatekbd-a2c14a672309d3b34890344b5375d0c8dff796d8.tar.xz |
matekbd-indicator: Don't expand
Causes problems with mate-screensaver.
-rw-r--r-- | libmatekbd/matekbd-indicator.c | 2 |
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); |