summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 8ce056b..981a7a9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -13,6 +13,7 @@ int main() {
SetConfigFlags(FLAG_WINDOW_RESIZABLE);
InitWindow(800, 600, "sillyeditor");
SetTargetFPS(60);
+ SetWindowMinSize(800, 600);
// Getting list of files
XdData* datas[] = {};