[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Fix height of settings dialog when plugged
noreply at xfce.org
noreply at xfce.org
Mon Nov 28 23:20:45 CET 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository apps/xfce4-notifyd.
commit 132e14211c0efef09e302f75de57b9b49d7f66c1
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Mon Nov 28 23:20:33 2016 +0100
Fix height of settings dialog when plugged
---
xfce4-notifyd-config/main.c | 1 -
1 file changed, 1 deletion(-)
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));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list