mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Accept a smaller profile window
I'm trying to make sure that we can shrink the main window and still get a useful experience. Sometimes you have small bad netbooks when diving.. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
9d960c1845
commit
15474135b1
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@ GtkWidget *dive_profile_widget(void)
|
|||
GtkWidget *da;
|
||||
|
||||
da = gtk_drawing_area_new();
|
||||
gtk_widget_set_size_request(da, 450, 350);
|
||||
gtk_widget_set_size_request(da, 350, 250);
|
||||
g_signal_connect(da, "expose_event", G_CALLBACK(expose_event), NULL);
|
||||
|
||||
return da;
|
||||
|
|
Loading…
Add table
Reference in a new issue