summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 3f65a7f7d0..d8bbed7185 100644
--- a/ui/gtk/bootp_stat.c
+++ b/ui/gtk/bootp_stat.c
@@ -228,7 +228,7 @@ dhcpstat_init(const char *optarg, void *userdata _U_)
/* Status Codes frame */
message_type_fr = gtk_frame_new("DHCP Message Type");
- gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, FALSE, TRUE, 0);
+ gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, TRUE, TRUE, 0);
gtk_widget_show(message_type_fr);
sp->table_message_type = gtk_table_new( 0, 4, FALSE);