From b3cd48581afde7a2cf984c819474d60067372327 Mon Sep 17 00:00:00 2001 From: BakonBot <14019926+BakonBot@users.noreply.github.com> Date: Fri, 8 May 2020 19:02:40 +0200 Subject: [PATCH] Changed from "don't convert scripts" to "convert scripts", changed "may break place file" to "may prevent place from opening", made browse button text bold, added "if you don't know what you're doing here don't change anything" text next to advanced settings, added checkboxes for new features --- Roblox Legacy Place Convertor/MainWindow.xaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Roblox Legacy Place Convertor/MainWindow.xaml b/Roblox Legacy Place Convertor/MainWindow.xaml index 9463f1c..a23537a 100644 --- a/Roblox Legacy Place Convertor/MainWindow.xaml +++ b/Roblox Legacy Place Convertor/MainWindow.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Roblox_Legacy_Place_Convertor" mc:Ignorable="d" - Title="Roblox Legacy Place Converter" Height="227" Width="889" Icon="Assets/converterLogo.ico"> + Title="Roblox Legacy Place Converter" Height="228" Width="890" Icon="Assets/converterLogo.ico" MinWidth="890" MinHeight="228"> @@ -16,7 +16,7 @@