summaryrefslogtreecommitdiffstats
path: root/gtk/src/main.c
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2016-05-05 12:40:08 -0600
committerJohn Stebbins <[email protected]>2016-05-05 12:40:08 -0600
commit36029073fd0196fa4093221310e961f71bae23b3 (patch)
tree94816aded7f038cda3c48b2554af5ca3673bd5ef /gtk/src/main.c
parent07907175422bd2d6cba18c08c0bcab190104cc0d (diff)
LinGui: allow the main window to be taller
Diffstat (limited to 'gtk/src/main.c')
-rw-r--r--gtk/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/main.c b/gtk/src/main.c
index 6a2ea0e46..562cc6285 100644
--- a/gtk/src/main.c
+++ b/gtk/src/main.c
@@ -1058,7 +1058,7 @@ main(int argc, char *argv[])
gint window_width, window_height;
GdkGeometry geo = {
- -1, -1, 1920, 768, -1, -1, 10, 10, 0, 0, GDK_GRAVITY_NORTH_WEST
+ -1, -1, 1920, 1080, -1, -1, 10, 10, 0, 0, GDK_GRAVITY_NORTH_WEST
};
GdkWindowHints geo_mask;
geo_mask = GDK_HINT_MIN_SIZE | GDK_HINT_MAX_SIZE | GDK_HINT_BASE_SIZE;