Fix toolbar size issue (#7051)
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Content.Client.Actions.UI
|
|||||||
Action = action;
|
Action = action;
|
||||||
_onControlFocusExited = onControlFocusExited;
|
_onControlFocusExited = onControlFocusExited;
|
||||||
|
|
||||||
MinSize = (64, 64);
|
SetSize = (64, 64);
|
||||||
VerticalAlignment = VAlignment.Top;
|
VerticalAlignment = VAlignment.Top;
|
||||||
|
|
||||||
_bigActionIcon = new TextureRect
|
_bigActionIcon = new TextureRect
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ namespace Content.Client.Actions.UI
|
|||||||
SlotIndex = slotIndex;
|
SlotIndex = slotIndex;
|
||||||
MouseFilter = MouseFilterMode.Stop;
|
MouseFilter = MouseFilterMode.Stop;
|
||||||
|
|
||||||
MinSize = (64, 64);
|
SetSize = (64, 64);
|
||||||
VerticalAlignment = VAlignment.Top;
|
VerticalAlignment = VAlignment.Top;
|
||||||
TooltipDelay = CustomTooltipDelay;
|
TooltipDelay = CustomTooltipDelay;
|
||||||
TooltipSupplier = SupplyTooltip;
|
TooltipSupplier = SupplyTooltip;
|
||||||
|
|||||||
Reference in New Issue
Block a user