Switch the dive list and dive profile panes around
It looks better this way, I think. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
d064044833
commit
6a9e951f1c
4
main.c
4
main.c
@ -463,11 +463,11 @@ int main(int argc, char **argv)
|
||||
|
||||
/* Create the actual divelist */
|
||||
dive_list = dive_list_create();
|
||||
gtk_paned_add1(GTK_PANED(paned), dive_list.container_widget);
|
||||
gtk_paned_add2(GTK_PANED(paned), dive_list.container_widget);
|
||||
|
||||
/* VBox for dive info, and tabs */
|
||||
info_box = gtk_vbox_new(FALSE, 6);
|
||||
gtk_paned_add2(GTK_PANED(paned), info_box);
|
||||
gtk_paned_add1(GTK_PANED(paned), info_box);
|
||||
|
||||
/* Notebook for dive info vs profile vs .. */
|
||||
notebook = gtk_notebook_new();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user