From f4348095a33f66ad5ada8338a9bad1083253370c Mon Sep 17 00:00:00 2001 From: shevernitskiy Date: Sun, 24 Sep 2023 09:43:28 +0300 Subject: [PATCH] upstream --- plugins/lua/hotkeys.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/lua/hotkeys.lua b/plugins/lua/hotkeys.lua index 4169d439a..30407a8fa 100644 --- a/plugins/lua/hotkeys.lua +++ b/plugins/lua/hotkeys.lua @@ -177,6 +177,8 @@ function Menu:init() list_width = math.max(35, list_width) + list_width = math.max(35, list_width) + local list_frame = copyall(self.hotspot.frame) local list_widget_frame = { h = math.min(#choices, MAX_LIST_HEIGHT) } local quickstart_frame = {}