Skip to content

Commit bdb1367

Browse files
committed
expand the table as the window resizes
1 parent fc358ac commit bdb1367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/rename.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ function Rename:init(info)
414414
},
415415
},
416416
},
417-
widgets.Panel{frame={t=0, l=31}, -- words table
417+
widgets.Panel{frame={t=0, l=31, r=0}, -- words table
418418
subviews={
419419
widgets.CycleHotkeyLabel{
420420
view_id='sort',

0 commit comments

Comments
 (0)