diff --git a/AssetEditor/Language_En.json b/AssetEditor/Language_En.json index 4f3d61061..22bbe25d9 100644 --- a/AssetEditor/Language_En.json +++ b/AssetEditor/Language_En.json @@ -11,5 +11,11 @@ "SettingsWindow.OnlyLoadLod0": "Only load Lod0 for reference meshes", "SettingsWindow.GridSize": "Grid Size", "SettingsWindow.AudioModding": "Audio Modding", - "SettingsWindow.SaveButton": "Save" + "SettingsWindow.SaveButton": "Save", + + "UpdaterWindow.Title": "Updater", + "UpdaterWindow.UpdateInfo": "A new version of AssetEditor is available!\n\nYour current version is {0}. Update to version {1} to get the latest changes detailed below.", + "UpdaterWindow.ReleaseNotes": "Release Notes", + "UpdaterWindow.UpdateButton": "Update", + "UpdaterWindow.CancelButton": "Cancel" } \ No newline at end of file diff --git a/AssetEditor/Themes/ControlColours.xaml b/AssetEditor/Themes/ControlColours.xaml index c52f49d34..70470f7e7 100644 --- a/AssetEditor/Themes/ControlColours.xaml +++ b/AssetEditor/Themes/ControlColours.xaml @@ -264,6 +264,15 @@ + + + + + + + + + diff --git a/AssetEditor/Themes/Controls.xaml b/AssetEditor/Themes/Controls.xaml index fc35e6cda..58a4c3170 100644 --- a/AssetEditor/Themes/Controls.xaml +++ b/AssetEditor/Themes/Controls.xaml @@ -1,14 +1,16 @@ - + @@ -16,7 +18,7 @@ - + + + + + + + + - diff --git a/AssetEditor/Views/Updater/UpdaterWindow.xaml b/AssetEditor/Views/Updater/UpdaterWindow.xaml index e1781fb56..3081e655f 100644 --- a/AssetEditor/Views/Updater/UpdaterWindow.xaml +++ b/AssetEditor/Views/Updater/UpdaterWindow.xaml @@ -4,6 +4,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:Localisation="clr-namespace:Shared.Ui.Common;assembly=Shared.Ui" xmlns:Updater="clr-namespace:AssetEditor.Views.Updater" xmlns:MdXaml="clr-namespace:MdXaml;assembly=MdXaml" xmlns:ViewModels="clr-namespace:AssetEditor.ViewModels" @@ -13,9 +14,9 @@ Closed="OnClosed" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" - Height="545" - Width="800" - Title="Asset Editor Updater"> + SizeToContent="Height" + Width="1000" + Title="{Localisation:Loc UpdaterWindow.Title}"> @@ -29,90 +30,82 @@ Height="Auto"/> - - - - - - - - - - + VerticalScrollBarVisibility="Auto" + MaxHeight="400" + Padding="0"> - + + + + - + + + - - + - - - - - - - - - - - + + + + + + + + Margin="10, 10, 0, 0">