From b3c61530bf569d408f556d8d240d15c156b8a454 Mon Sep 17 00:00:00 2001 From: scrivoy <179060466+scrivoy@users.noreply.github.com> Date: Thu, 17 Oct 2024 06:34:31 +0200 Subject: [PATCH] Enhance Vending Machine UI: Adjust Minimum Height for better User Experience (#32851) set FancyWindow MinHeight to 210 --- Content.Client/VendingMachines/UI/VendingMachineMenu.xaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"> -- 2.52.0