mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-24 12:41:16 +00:00
tests: Make testwindows dialog even more beautiful
This commit is contained in:
parent
5e08c315b2
commit
3658e7a459
@ -449,7 +449,7 @@ manual_clicked (GtkWidget *button,
|
||||
NULL);
|
||||
|
||||
|
||||
table = gtk_table_new (2, 4, TRUE);
|
||||
table = gtk_table_new (4, 2, FALSE);
|
||||
gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))),
|
||||
table,
|
||||
FALSE, FALSE,
|
||||
|
Loading…
Reference in New Issue
Block a user