From f8aa71c8bb0baacd4ae1210f60d69e1c2c38abef Mon Sep 17 00:00:00 2001 From: stricq Date: Sun, 21 Feb 2016 16:25:43 -0700 Subject: [PATCH] Updated minimum window size. --- UpkManager.Wpf/Views/UpkManagerView.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UpkManager.Wpf/Views/UpkManagerView.xaml b/UpkManager.Wpf/Views/UpkManagerView.xaml index 9f57b84..bdbcaa1 100644 --- a/UpkManager.Wpf/Views/UpkManagerView.xaml +++ b/UpkManager.Wpf/Views/UpkManagerView.xaml @@ -8,7 +8,7 @@ mvvm:FrameworkElementBehaviors.LoadedCommand="{Binding Path=Loaded}" mvvm:WindowBehaviors.ClosingCommand="{Binding Path=Closing}" Title="Blade and Soul - UPK Manager - STR Programming Services" - WindowStartupLocation="CenterScreen" MinWidth="1280" MinHeight="1024" ResizeMode="CanResizeWithGrip" + WindowStartupLocation="CenterScreen" MinWidth="800" MinHeight="600" ResizeMode="CanResizeWithGrip" SnapsToDevicePixels="True" UseLayoutRounding="True" Background="{StaticResource BackgroundColor}" FontFamily="Tahoma">