Skip to content

Commit

Permalink
expand the table as the window resizes
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jan 11, 2025
1 parent fc358ac commit bdb1367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/rename.lua
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ function Rename:init(info)
},
},
},
widgets.Panel{frame={t=0, l=31}, -- words table
widgets.Panel{frame={t=0, l=31, r=0}, -- words table
subviews={
widgets.CycleHotkeyLabel{
view_id='sort',
Expand Down

0 comments on commit bdb1367

Please sign in to comment.