Skip to content

Commit

Permalink
Fix off by one error
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 authored Jul 7, 2023
1 parent 36b1dd3 commit e7a9aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/caravan/movegoods.lua
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function MoveGoods:init()
},
widgets.ToggleHotkeyLabel{
view_id='hide_forbidden',
frame={t=2, l=40, w=27},
frame={t=2, l=40, w=28},
label='Hide forbidden items:',
key='CUSTOM_SHIFT_F',
options={
Expand Down

0 comments on commit e7a9aab

Please sign in to comment.