summaryrefslogtreecommitdiff
path: root/Games/Minesweeper/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Games/Minesweeper/main.cpp')
-rw-r--r--Games/Minesweeper/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Games/Minesweeper/main.cpp b/Games/Minesweeper/main.cpp
index d5c2a3f22f..2c4ae20e3a 100644
--- a/Games/Minesweeper/main.cpp
+++ b/Games/Minesweeper/main.cpp
@@ -13,6 +13,7 @@ int main(int argc, char** argv)
GApplication app(argc, argv);
auto* window = new GWindow;
+ window->set_resizable(false);
window->set_title("Minesweeper");
window->set_rect(100, 100, 139, 175);