diff --git a/Bloxstrap/Resources/Strings.Designer.cs b/Bloxstrap/Resources/Strings.Designer.cs index 967c4fe..9b03908 100644 --- a/Bloxstrap/Resources/Strings.Designer.cs +++ b/Bloxstrap/Resources/Strings.Designer.cs @@ -2192,7 +2192,7 @@ namespace Bloxstrap.Resources { } /// - /// Looks up a localized string similar to Choose which lighting technology should be forced enabled in all games.. + /// Looks up a localized string similar to Chosen one will be force enabled in all games. [Beware, may cause lighting issues!]({0}). /// public static string Menu_FastFlags_Presets_LightingTechnology_Description { get { diff --git a/Bloxstrap/Resources/Strings.resx b/Bloxstrap/Resources/Strings.resx index 552d5cb..de34c3a 100644 --- a/Bloxstrap/Resources/Strings.resx +++ b/Bloxstrap/Resources/Strings.resx @@ -757,7 +757,7 @@ Do NOT use this to import large "flag lists" made by other people that promise t Enable ability to hide GUIs - Choose which lighting technology should be forced enabled in all games. + Chosen one will be force enabled in all games. [Beware, may cause lighting issues!]({0}) Preferred lighting technology diff --git a/Bloxstrap/UI/Elements/Menu/MainWindow.xaml b/Bloxstrap/UI/Elements/Menu/MainWindow.xaml index 465fe23..a071b87 100644 --- a/Bloxstrap/UI/Elements/Menu/MainWindow.xaml +++ b/Bloxstrap/UI/Elements/Menu/MainWindow.xaml @@ -11,7 +11,7 @@ mc:Ignorable="d" Title="{x:Static resources:Strings.Menu_Title}" MinWidth="960" - Width="960" + Width="980" Height="580" Background="{ui:ThemeResource ApplicationBackgroundBrush}" ExtendsContentIntoTitleBar="True" diff --git a/Bloxstrap/UI/Elements/Menu/Pages/FastFlagsPage.xaml b/Bloxstrap/UI/Elements/Menu/Pages/FastFlagsPage.xaml index 64a7b71..d4364da 100644 --- a/Bloxstrap/UI/Elements/Menu/Pages/FastFlagsPage.xaml +++ b/Bloxstrap/UI/Elements/Menu/Pages/FastFlagsPage.xaml @@ -91,7 +91,7 @@