Improve gas analyzer interface (#22779)
This commit is contained in:
@@ -9,6 +9,8 @@ namespace Content.Client.UserInterface.Controls
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class SplitBar : BoxContainer
|
||||
{
|
||||
public Vector2 MinBarSize = new(24, 0);
|
||||
|
||||
public SplitBar()
|
||||
{
|
||||
RobustXamlLoader.Load(this);
|
||||
@@ -33,7 +35,7 @@ namespace Content.Client.UserInterface.Controls
|
||||
PaddingLeft = 2f,
|
||||
PaddingRight = 2f,
|
||||
},
|
||||
MinSize = new Vector2(24, 0)
|
||||
MinSize = MinBarSize
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user