Fix toolbar size issue (#7051)

This commit is contained in:
Leon Friedrich
2022-03-10 15:24:20 +13:00
committed by GitHub
parent b1cd10ea3c
commit 95aae0a8eb
2 changed files with 2 additions and 2 deletions

View File

@@ -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;