mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add some extended dive info fields
.. and tweak the basic info layout a bit. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
23c6a42b08
commit
feec555040
2 changed files with 53 additions and 22 deletions
3
main.c
3
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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue