Skip to content

Commit

Permalink
Updated minimum window size.
Browse files Browse the repository at this point in the history
  • Loading branch information
stricq committed Feb 21, 2016
1 parent fbbe513 commit f8aa71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UpkManager.Wpf/Views/UpkManagerView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit f8aa71c

Please sign in to comment.