summaryrefslogtreecommitdiff
path: root/ui/gtk/wsp_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/wsp_stat.c')
-rw-r--r--ui/gtk/wsp_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/wsp_stat.c b/ui/gtk/wsp_stat.c
index 620441032f..ab2a4e5906 100644
--- a/ui/gtk/wsp_stat.c
+++ b/ui/gtk/wsp_stat.c
@@ -362,7 +362,7 @@ gtk_wspstat_init(const char *optarg, void *userdata _U_)
g_free(title);
/* container for the two frames */
- main_vb = gtk_vbox_new(FALSE, 3);
+ main_vb = ws_gtk_box_new(GTK_ORIENTATION_VERTICAL, 3, FALSE);
gtk_container_set_border_width(GTK_CONTAINER(main_vb), 12);
gtk_container_add(GTK_CONTAINER(sp->win), main_vb);