aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/fc_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/fc_stat.c')
-rw-r--r--ui/gtk/fc_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/fc_stat.c b/ui/gtk/fc_stat.c
index 05453b57ae..3d0b321943 100644
--- a/ui/gtk/fc_stat.c
+++ b/ui/gtk/fc_stat.c
@@ -154,7 +154,7 @@ gtk_fcstat_init(const char *optarg, void *userdata _U_)
gtk_window_set_default_size(GTK_WINDOW(fc->win), 550, 400);
fcstat_set_title(fc);
- vbox=gtk_vbox_new(FALSE, 3);
+ vbox=ws_gtk_box_new(GTK_ORIENTATION_VERTICAL, 3, FALSE);
gtk_container_add(GTK_CONTAINER(fc->win), vbox);
gtk_container_set_border_width(GTK_CONTAINER(vbox), 12);