aboutsummaryrefslogtreecommitdiffstats
path: root/source/gui.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2022-05-22 20:45:34 -0800
committerClyne Sullivan <clyne@bitgloo.com>2022-05-22 20:45:34 -0800
commit93c41469829e339df9732f290dd0941bc91acefb (patch)
treeb1fb1d2859dacb2a3e9e91ccd22cf22715b0fc29 /source/gui.cpp
parent074c596605a9b64ad99f39d6edc37d31bbfb6536 (diff)
parent77ff957e5eb03fb459ea1d56f7bd3b3c3f164699 (diff)
Merge branch 'windows' into devel
Diffstat (limited to 'source/gui.cpp')
-rw-r--r--source/gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gui.cpp b/source/gui.cpp
index 0e67446..43c95df 100644
--- a/source/gui.cpp
+++ b/source/gui.cpp
@@ -40,7 +40,7 @@ bool guiInitialize()
SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 2);
window = SDL_CreateWindow("stmdsp gui",
SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED,
- 550, 700,
+ 640, 700,
SDL_WINDOW_OPENGL | SDL_WINDOW_RESIZABLE /*| SDL_WINDOW_ALLOW_HIGHDPI*/);
if (window == nullptr) {