From: scrivoy <179060466+scrivoy@users.noreply.github.com> Date: Thu, 17 Oct 2024 04:34:31 +0000 (+0200) Subject: Enhance Vending Machine UI: Adjust Minimum Height for better User Experience (#32851) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=b3c61530bf569d408f556d8d240d15c156b8a454;p=space-station-14.git Enhance Vending Machine UI: Adjust Minimum Height for better User Experience (#32851) set FancyWindow MinHeight to 210 --- diff --git a/Content.Client/VendingMachines/UI/VendingMachineMenu.xaml b/Content.Client/VendingMachines/UI/VendingMachineMenu.xaml index 913b07a8f6..44b1ff95e7 100644 --- a/Content.Client/VendingMachines/UI/VendingMachineMenu.xaml +++ b/Content.Client/VendingMachines/UI/VendingMachineMenu.xaml @@ -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">