diff --git a/src/PSLauncher.App/Views/LicenseDetailsDialog.xaml b/src/PSLauncher.App/Views/LicenseDetailsDialog.xaml index 8bec82a..e07bb43 100644 --- a/src/PSLauncher.App/Views/LicenseDetailsDialog.xaml +++ b/src/PSLauncher.App/Views/LicenseDetailsDialog.xaml @@ -4,7 +4,9 @@ xmlns:loc="clr-namespace:PSLauncher.Core.Localization;assembly=PSLauncher.Core" Title="License" Icon="pack://application:,,,/Resources/favicon.ico" - Width="500" Height="480" + Width="540" Height="540" + SizeToContent="Height" + MinHeight="480" ResizeMode="NoResize" WindowStartupLocation="CenterOwner" Background="{StaticResource Brush.Bg.Window}"> @@ -16,24 +18,34 @@ - + - - + + + + + - + VerticalAlignment="Top" Margin="0,0,16,0" /> + + Margin="0,4,0,0" /> - +