Browse Source

Fix MinWidth and MinHeight of crash report windows

Equbuxu 3 years ago
parent
commit
56527fd369

+ 2 - 2
PixiEditor/Views/Dialogs/CrashReportDialog.xaml

@@ -9,9 +9,9 @@
         mc:Ignorable="d"
         Background="{StaticResource AccentColor}" Foreground="White"
         Title="PixiEditor has crashed!" WindowStyle="None"
-        MinWidth="450" MinHeight="195"
+        MinWidth="480" MinHeight="195"
         WindowStartupLocation="CenterScreen"
-        Width="480" Height="180">
+        Width="480" Height="195">
 
     <WindowChrome.WindowChrome>
         <WindowChrome CaptionHeight="32" GlassFrameThickness="0.1"

+ 1 - 0
PixiEditor/Views/Dialogs/SendCrashReportWindow.xaml

@@ -9,6 +9,7 @@
         Title="Send crash report"
         WindowStyle="None"
         WindowStartupLocation="CenterScreen"
+        MinHeight="195" MinWidth="340"
         Height="195" Width="340">
     <Window.Resources>
         <Style TargetType="TextBlock">