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