Skip to content

Commit 27b9bb7

Browse files
committed
Tweak campaign panel tech spacing.
1 parent ea375f0 commit 27b9bb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LuaMenu/widgets/gui_campaign_technology_panel.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ local function MakeRewardList(holder, name, rewardsList, tooltipFunction, Unlock
185185
local externalFunctions = {}
186186

187187
function externalFunctions.ResizeFunction(xSize)
188-
iconsAcross = math.floor((xSize - 16)/(REWARD_ICON_SIZE + 4))
188+
iconsAcross = math.floor((xSize - 24)/(REWARD_ICON_SIZE + 4))
189189
if GetPosition then
190190
position = GetPosition()
191191
end

0 commit comments

Comments
 (0)