Skip to content

Commit 109590f

Browse files
committed
feat: bump TABLE_ROW_HEIGHT to 30 for icon breathing room
1 parent 25cf4e9 commit 109590f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Constants.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ local Constants = {}
88
addon.Constants = Constants
99

1010
Constants.TITLEBAR_HEIGHT = 30
11-
Constants.TABLE_ROW_HEIGHT = 24
11+
Constants.TABLE_ROW_HEIGHT = 30
1212
Constants.TABLE_HEADER_HEIGHT = 32
1313
Constants.TABLE_CELL_PADDING = 8
1414
Constants.MAX_WINDOW_HEIGHT = 500

0 commit comments

Comments
 (0)