diff options
| author | Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at> | 2016-11-28 23:20:33 +0100 |
|---|---|---|
| committer | Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at> | 2016-11-28 23:20:33 +0100 |
| commit | 132e14211c0efef09e302f75de57b9b49d7f66c1 (patch) | |
| tree | c29d8d88b4e372b02718c064152c920f6da8a4f6 | |
| parent | 49d357a5d6d4d2ca706968c3495a24154ea7af88 (diff) | |
| download | xfce4-notifyd-132e14211c0efef09e302f75de57b9b49d7f66c1.tar.gz | |
Fix height of settings dialog when plugged
| -rw-r--r-- | xfce4-notifyd-config/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfce4-notifyd-config/main.c b/xfce4-notifyd-config/main.c index 580b8f1..2e48891 100644 --- a/xfce4-notifyd-config/main.c +++ b/xfce4-notifyd-config/main.c @@ -619,7 +619,6 @@ main(int argc, /* In the glade file, plug_child has parent, so remove it first */ gtk_container_remove (GTK_CONTAINER(gtk_widget_get_parent(plug_child)), plug_child); gtk_container_add (GTK_CONTAINER(plug), plug_child); - gtk_widget_set_valign (plug_child, GTK_ALIGN_START); gdk_notify_startup_complete(); g_object_unref(G_OBJECT(builder)); |