X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=main.c;h=186088bd4f95dd3450e33dc84079963da2267f91;hb=feec55504084baf022517d39e72431b4d361a217;hp=3425cd856a5d520ed89d4792736ca29192bfb9f5;hpb=23c6a42b084fbd1affbf7cc1b3f5e94fb15d3a92;p=ext%2Fsubsurface.git diff --git a/main.c b/main.c index 3425cd8..186088b 100644 --- a/main.c +++ b/main.c @@ -173,7 +173,8 @@ int main(int argc, char **argv) /* Frame for minimal dive info */ frame = dive_info_frame(); - gtk_table_attach(GTK_TABLE(table), frame, 1, 2, 0, 1, 0, 0, 0, 0); + gtk_table_attach(GTK_TABLE(table), frame, 1, 2, 0, 1, + GTK_FILL | GTK_SHRINK | GTK_EXPAND, 0, 0, 0); /* Notebook for dive info vs profile vs .. */ notebook = gtk_notebook_new();