From d37f8736dbbf74157eb73a16678f2ec54c02d16c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 31 Jan 2013 17:17:20 +1100 Subject: Place Info and Stats page at the top of notebook page This seems to look better than the previous "centered" setup when switching between notebook pages. Signed-off-by: Dirk Hohndel --- statistics.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'statistics.c') diff --git a/statistics.c b/statistics.c index 14d83b686..fbc4f9273 100644 --- a/statistics.c +++ b/statistics.c @@ -768,7 +768,7 @@ GtkWidget *total_stats_widget(void) statsframe = gtk_frame_new(_("Statistics")); stats_w.framelabel = gtk_frame_get_label_widget(GTK_FRAME(statsframe)); gtk_label_set_max_width_chars(GTK_LABEL(stats_w.framelabel), 60); - gtk_box_pack_start(GTK_BOX(vbox), statsframe, TRUE, FALSE, 3); + gtk_box_pack_start(GTK_BOX(vbox), statsframe, FALSE, FALSE, 3); framebox = gtk_vbox_new(FALSE, 3); gtk_container_add(GTK_CONTAINER(statsframe), framebox); @@ -815,7 +815,7 @@ GtkWidget *single_stats_widget(void) vbox = gtk_vbox_new(FALSE, 3); infoframe = gtk_frame_new(_("Dive Info")); - gtk_box_pack_start(GTK_BOX(vbox), infoframe, TRUE, FALSE, 3); + gtk_box_pack_start(GTK_BOX(vbox), infoframe, FALSE, FALSE, 3); framebox = gtk_vbox_new(FALSE, 3); gtk_container_add(GTK_CONTAINER(infoframe), framebox); -- cgit v1.2.3-70-g09d2