]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Enhance Vending Machine UI: Adjust Minimum Height for better User Experience (#32851)
authorscrivoy <179060466+scrivoy@users.noreply.github.com>
Thu, 17 Oct 2024 04:34:31 +0000 (06:34 +0200)
committerGitHub <noreply@github.com>
Thu, 17 Oct 2024 04:34:31 +0000 (23:34 -0500)
set FancyWindow MinHeight to 210

Content.Client/VendingMachines/UI/VendingMachineMenu.xaml

index 913b07a8f65670069c7e5ff41348da0e295166f7..44b1ff95e7feaba8278848f591e99175c62310e7 100644 (file)
@@ -2,7 +2,8 @@
     xmlns="https://spacestation14.io"
     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
     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">
         <LineEdit Name="SearchBar" PlaceHolder="{Loc 'vending-machine-component-search-filter'}" HorizontalExpand="True"  Margin ="4 4"/>
         <co:SearchListContainer Name="VendingContents" VerticalExpand="True" Margin="4 4"/>