Fix height

This commit is contained in:
Chris Payne
2025-07-08 20:02:32 -04:00
parent b25bc61f6e
commit c13b764d13

View File

@@ -1,7 +1,7 @@
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="InstaClient - SVS Tools"
Height="550" Width="480"
SizeToContent="Height" Width="480"
WindowStartupLocation="CenterScreen"
Background="#1e1e2f"
ResizeMode="NoResize"