diff --git a/Bloxstrap/UI/Elements/Dialogs/LaunchMenuDialog.xaml b/Bloxstrap/UI/Elements/Dialogs/LaunchMenuDialog.xaml index b7bce3b..ea14175 100644 --- a/Bloxstrap/UI/Elements/Dialogs/LaunchMenuDialog.xaml +++ b/Bloxstrap/UI/Elements/Dialogs/LaunchMenuDialog.xaml @@ -12,7 +12,7 @@ Title="Bloxstrap" MinWidth="0" MinHeight="0" - Width="320" + Width="580" SizeToContent="Height" ResizeMode="NoResize" Background="{ui:ThemeResource ApplicationBackgroundBrush}" @@ -24,39 +24,61 @@ - + - - + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + - + - - - - - + + + + + + - + + + + + - - - - - - + - - - - - - - - + + + + + + + + diff --git a/Bloxstrap/UI/ViewModels/Settings/AboutViewModel.cs b/Bloxstrap/UI/ViewModels/Settings/AboutViewModel.cs index 9f99d63..00cb254 100644 --- a/Bloxstrap/UI/ViewModels/Settings/AboutViewModel.cs +++ b/Bloxstrap/UI/ViewModels/Settings/AboutViewModel.cs @@ -4,7 +4,7 @@ namespace Bloxstrap.UI.ViewModels.Settings { public class AboutViewModel { - public string Version => string.Format(Resources.Strings.Menu_About_Version, App.Version); + public string Version => string.Format(Strings.Menu_About_Version, App.Version); public BuildMetadataAttribute BuildMetadata => App.BuildMetadata;