]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.
authorGünther Deschner <gd@samba.org>
Thu, 17 Apr 2008 12:07:53 +0000 (14:07 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 17 Apr 2008 12:13:13 +0000 (14:13 +0200)
Guenther

source/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c

index a7b2079f95e77e7329fec06ad85f5fab3b1ec40f..7c84d4d8c636e389963c677d2ffe3ca823a88081 100644 (file)
@@ -1306,7 +1306,7 @@ static int draw_main_window(struct join_state *state)
        {
                /* Label */
                label = gtk_label_new("Computer description:");
-/*             gtk_misc_set_alignment(GTK_MISC(label), 0, 0); */
+               gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
                gtk_table_attach_defaults(GTK_TABLE(table), label, 0, 1, 0, 1);
                gtk_widget_show(label);