aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/bootp_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/bootp_stat.c')
-rw-r--r--ui/gtk/bootp_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/bootp_stat.c b/ui/gtk/bootp_stat.c
index c0e440503e..02bf83dcc2 100644
--- a/ui/gtk/bootp_stat.c
+++ b/ui/gtk/bootp_stat.c
@@ -222,7 +222,7 @@ dhcpstat_init(const char *optarg, void *userdata _U_)
gtk_window_set_destroy_with_parent (GTK_WINDOW(sp->win), TRUE);
g_free(title);
- vbox = gtk_vbox_new(FALSE, 3);
+ vbox = ws_gtk_box_new(GTK_ORIENTATION_VERTICAL, 3, FALSE);
gtk_container_add(GTK_CONTAINER(sp->win), vbox);
gtk_container_set_border_width(GTK_CONTAINER(vbox), 12);