|
5 | 5 | xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
6 | 6 | xmlns:local="clr-namespace:UnityLauncherPro" |
7 | 7 | mc:Ignorable="d" |
8 | | -Title="Upgrade Project Version"Height="533.165"Width="455"Background="{DynamicResource ThemeDarkestBackground}"MinWidth="319"MinHeight="555"ResizeMode="NoResize"WindowStartupLocation="CenterOwner"HorizontalAlignment="Left"VerticalAlignment="Top"PreviewKeyDown="Window_PreviewKeyDown"ShowInTaskbar="False"> |
| 8 | +Title="Upgrade Project Version"Height="533.165"Width="552"Background="{DynamicResource ThemeDarkestBackground}"MinWidth="319"MinHeight="555"ResizeMode="NoResize"WindowStartupLocation="CenterOwner"HorizontalAlignment="Left"VerticalAlignment="Top"PreviewKeyDown="Window_PreviewKeyDown"ShowInTaskbar="False"> |
9 | 9 |
|
10 | 10 | <Grid> |
11 | 11 | <StackPanelOrientation="Horizontal"> |
|
15 | 15 | <TextBoxMinWidth="100"CaretBrush="#FFE2E2E2"x:Name="txtCurrentPlatform"Background="{DynamicResource ThemeDarkMenuBar}"BorderBrush="{x:Null}"Foreground="#FFC7C7C7"SelectionBrush="#FF003966"BorderThickness="0"Margin="0,16,0,0"UndoLimit="64"Text="Platform"IsReadOnly="True"VerticalAlignment="Top" /> |
16 | 16 | </StackPanel> |
17 | 17 | <Labelx:Name="lblAvailableVersions"Content="Available Unity Versions"HorizontalAlignment="Left"Margin="9,94,0,0"VerticalAlignment="Top"Foreground="{DynamicResource ThemeButtonForeground}"/> |
18 | | -
|
| 18 | + |
19 | 19 | <StackPanelOrientation="Horizontal"Margin="9,47,9,0"> |
20 | | - <ButtonStyle="{StaticResource CustomButton}"x:Name="btnOpenReleasePage"ToolTip="Open Release Notes Page in Browser"Background="{DynamicResource ThemeButtonBackground}"Foreground="#FFC1C1C1"BorderBrush="{x:Null}"HorizontalAlignment="Left"VerticalAlignment="Top"Height="35"Click="BtnOpenReleasePage_Click"Width="125" > |
21 | | - <LabelForeground="{DynamicResource ThemeButtonForeground}"Content="_Open Release Notes"/> |
| 20 | + <ButtonStyle="{StaticResource CustomButton}"x:Name="btnOpenReleasePage"ToolTip="Open Release Notes Page in Browser"Background="{DynamicResource ThemeButtonBackground}"Foreground="#FFC1C1C1"BorderBrush="{x:Null}"VerticalAlignment="Top"Height="35"Click="BtnOpenReleasePage_Click"Width="98" > |
| 21 | + <LabelForeground="{DynamicResource ThemeButtonForeground}"Content="_Release Notes"/> |
22 | 22 | </Button> |
23 | | - <ButtonStyle="{StaticResource CustomButton}"x:Name="btnDownload"Background="{DynamicResource ThemeButtonBackground}"Foreground="#FFC1C1C1"Margin="9,0,9,0"BorderBrush="{x:Null}"HorizontalAlignment="Right"VerticalAlignment="Top"Height="35"Click="BtnDownload_Click"Width="125" > |
| 23 | + <ButtonStyle="{StaticResource CustomButton}"x:Name="btnDownload"Background="{DynamicResource ThemeButtonBackground}"Foreground="#FFC1C1C1"Margin="9,0,0,0"BorderBrush="{x:Null}"HorizontalAlignment="Right"VerticalAlignment="Top"Height="35"Click="BtnDownload_Click"Width="125" > |
24 | 24 | <LabelForeground="{DynamicResource ThemeButtonForeground}"Content="Download in _Browser"/> |
25 | 25 | </Button> |
| 26 | + <ButtonStyle="{StaticResource CustomButton}"x:Name="btnDownloadEditorInBrwwoser"Background="{DynamicResource ThemeButtonBackground}"Foreground="#FFC1C1C1"Margin="9,0,9,0"BorderBrush="{x:Null}"VerticalAlignment="Top"Height="35"Click="BtnDownloadEditor_Click"Width="159" > |
| 27 | + <LabelForeground="{DynamicResource ThemeButtonForeground}"Content="Download Editor in _Browser"/> |
| 28 | + </Button> |
26 | 29 | <ButtonStyle="{StaticResource CustomButton}"x:Name="btnInstall"Background="{DynamicResource ThemeButtonBackground}"Foreground="#FFC1C1C1"BorderBrush="{x:Null}"HorizontalAlignment="Right"VerticalAlignment="Top"Height="35"Width="125"Click="btnInstall_Click"ToolTip="Downloads Unity web installer into Temp folder and runs it (Root folder path is copied to clipboard)" > |
27 | 30 | <LabelForeground="{DynamicResource ThemeButtonForeground}"Content="_Download& Install"/> |
28 | 31 | </Button> |
29 | 32 | </StackPanel> |
30 | | -
|
| 33 | + |
31 | 34 | <ButtonStyle="{StaticResource CustomButton}"x:Name="btnCancelUpgrade"Background="{DynamicResource ThemeButtonBackground}"Foreground="#FFC1C1C1"Margin="9,434,0,0"BorderBrush="{x:Null}"HorizontalAlignment="Left"Width="111"VerticalAlignment="Top"Height="51"Click="BtnCancelUpgrade_Click" > |
32 | 35 | <LabelForeground="{DynamicResource ThemeButtonForeground}"Content="_Cancel"/> |
33 | 36 | </Button> |
|