Fix minsizes for all windows that needed it (#3648)
* fix minsizes * fix scanner height, minsize->setsize for some
This commit is contained in:
@@ -188,7 +188,7 @@ namespace Content.Client.GameObjects.Components.Storage
|
||||
public StorageWindow(ClientStorageComponent storageEntity)
|
||||
{
|
||||
StorageEntity = storageEntity;
|
||||
MinSize = SetSize = (180, 320);
|
||||
SetSize = (200, 320);
|
||||
Title = "Storage Item";
|
||||
RectClipContent = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user