From c7de47440b96f03e3eabe43ea0f46b894ebd86d7 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 1 Jan 2023 17:59:10 -0800 Subject: typo --- source.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source.lua') diff --git a/source.lua b/source.lua index f0022be..44cf440 100644 --- a/source.lua +++ b/source.lua @@ -172,7 +172,7 @@ function source.initialize_window_geometry(em_width) App.screen.width = 40*em_width App.screen.flags.resizable = true App.screen.flags.minwidth = math.min(App.screen.width, 200) - App.screen.flags.minheight = math.min(App.screen.width, 200) + App.screen.flags.minheight = math.min(App.screen.height, 200) App.screen.resize(App.screen.width, App.screen.height, App.screen.flags) print('initializing source position') if Settings == nil then Settings = {} end -- cgit 1.4.1-2-gfad0