From 63d38f6b88da9715c5d3fb0f1b12f3f938f41880 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Fri, 24 Jan 2025 14:34:21 +0000 Subject: [PATCH] update licenses page also resized the about window so everything could fit nicely --- Bloxstrap/Resources/Strings.Designer.cs | 9 +++++++++ Bloxstrap/Resources/Strings.resx | 3 +++ Bloxstrap/UI/Elements/About/MainWindow.xaml | 4 ++-- .../UI/Elements/About/Pages/LicensesPage.xaml | 16 +++++++++++----- 4 files changed, 25 insertions(+), 7 deletions(-) diff --git a/Bloxstrap/Resources/Strings.Designer.cs b/Bloxstrap/Resources/Strings.Designer.cs index 07473e6..a3b845e 100644 --- a/Bloxstrap/Resources/Strings.Designer.cs +++ b/Bloxstrap/Resources/Strings.Designer.cs @@ -1770,6 +1770,15 @@ namespace Bloxstrap.Resources { } } + /// + /// Looks up a localized string similar to Apache License 2.0. + /// + public static string Menu_About_Licenses_Apache { + get { + return ResourceManager.GetString("Menu.About.Licenses.Apache", resourceCulture); + } + } + /// /// Looks up a localized string similar to BSD 2-Clause License. /// diff --git a/Bloxstrap/Resources/Strings.resx b/Bloxstrap/Resources/Strings.resx index 30eaa86..5e593cf 100644 --- a/Bloxstrap/Resources/Strings.resx +++ b/Bloxstrap/Resources/Strings.resx @@ -1270,4 +1270,7 @@ Please close any applications that may be using Roblox's files, and relaunch.All Bloxstrap logs Label that appears next to a checkbox + + Apache License 2.0 + \ No newline at end of file diff --git a/Bloxstrap/UI/Elements/About/MainWindow.xaml b/Bloxstrap/UI/Elements/About/MainWindow.xaml index cf9daf9..4b134a3 100644 --- a/Bloxstrap/UI/Elements/About/MainWindow.xaml +++ b/Bloxstrap/UI/Elements/About/MainWindow.xaml @@ -10,8 +10,8 @@ mc:Ignorable="d" Title="{x:Static resources:Strings.About_Title}" Background="{ui:ThemeResource ApplicationBackgroundBrush}" - MinWidth="740" - Width="740" + MinWidth="800" + Width="800" Height="440" ExtendsContentIntoTitleBar="True" WindowBackdropType="Mica" diff --git a/Bloxstrap/UI/Elements/About/Pages/LicensesPage.xaml b/Bloxstrap/UI/Elements/About/Pages/LicensesPage.xaml index 5c4672e..f3b44cd 100644 --- a/Bloxstrap/UI/Elements/About/Pages/LicensesPage.xaml +++ b/Bloxstrap/UI/Elements/About/Pages/LicensesPage.xaml @@ -50,31 +50,37 @@ - + - - + - + + - + + + + + + +