Enhance Vending Machine UI: Adjust Minimum Height for better User Experience (#32851)

set FancyWindow MinHeight to 210
This commit is contained in:
scrivoy
2024-10-17 06:34:31 +02:00
committed by GitHub
parent ddec2fff70
commit b3c61530bf

View File

@@ -2,7 +2,8 @@
xmlns="https://spacestation14.io" xmlns="https://spacestation14.io"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls" xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
xmlns:co="clr-namespace:Content.Client.UserInterface.Controls"> xmlns:co="clr-namespace:Content.Client.UserInterface.Controls"
MinHeight="210">
<BoxContainer Name="MainContainer" Orientation="Vertical"> <BoxContainer Name="MainContainer" Orientation="Vertical">
<LineEdit Name="SearchBar" PlaceHolder="{Loc 'vending-machine-component-search-filter'}" HorizontalExpand="True" Margin ="4 4"/> <LineEdit Name="SearchBar" PlaceHolder="{Loc 'vending-machine-component-search-filter'}" HorizontalExpand="True" Margin ="4 4"/>
<co:SearchListContainer Name="VendingContents" VerticalExpand="True" Margin="4 4"/> <co:SearchListContainer Name="VendingContents" VerticalExpand="True" Margin="4 4"/>