Skip to content

Commit

Permalink
adjust window size
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jul 6, 2023
1 parent 775c5ee commit 36b1dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/caravan/trade.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ local trade = df.global.game.main_interface.trade
Trade = defclass(Trade, widgets.Window)
Trade.ATTRS {
frame_title='Select trade goods',
frame={w=84, h=45},
frame={w=84, h=47},
resizable=true,
resize_min={w=48, h=27},
}
Expand Down

0 comments on commit 36b1dd3

Please sign in to comment.