Skip to content

Commit 25aa90e

Browse files
committed
Fix extreme cost unit portrait stretching.
Fixes #5627 (inspired by strategineer)
1 parent dfeee14 commit 25aa90e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LuaUI/Widgets/gui_chili_selections_and_cursortip.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2040,7 +2040,7 @@ local function GetSingleUnitInfoPanel(parentControl, isTooltipVersion)
20402040
name = "unitImage",
20412041
x = 0,
20422042
y = 0,
2043-
right = 0,
2043+
width = LEFT_WIDTH,
20442044
height = PIC_HEIGHT,
20452045
keepAspect = false,
20462046
file = imageFile,

0 commit comments

Comments
 (0)