Skip to content

Commit b258c50

Browse files
committed
Increase height of paginated list
1 parent edfd80e commit b258c50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/screens/KeybindingScreen.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ local KeybindingScreen = Screen:subclass( 'KeybindingScreen' )
3131

3232
local TITLE_POSITION = 2
3333
local BUTTON_LIST_WIDTH = 25
34-
local BUTTON_LIST_HEIGHT = 10
34+
local BUTTON_LIST_HEIGHT = 15
3535
local BUTTON_LIST_Y = 20
3636

3737
-- ------------------------------------------------

0 commit comments

Comments
 (0)