improvements & deployment
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
xmlns:pilz="https://git.pilzinsel64.de/pilz-framework/pilz"
|
||||
mc:Ignorable="d"
|
||||
x:Class="ModpackUpdater.Apps.Client.Gui.MainForm"
|
||||
SizeToContent="WidthAndHeight"
|
||||
Width="520"
|
||||
SizeToContent="Height"
|
||||
WindowStartupLocation="CenterScreen"
|
||||
Title="Minecraft Modpack Updater"
|
||||
Icon="/Assets/app.ico"
|
||||
>
|
||||
@@ -21,9 +23,9 @@
|
||||
>
|
||||
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="*"/>
|
||||
<ColumnDefinition Width="*" MinWidth="300"/>
|
||||
<ColumnDefinition Width="*"/>
|
||||
<ColumnDefinition Width="Auto"/>
|
||||
<ColumnDefinition Width="*" MinWidth="250"/>
|
||||
<ColumnDefinition Width="Auto"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
|
||||
<!-- Labels -->
|
||||
@@ -31,10 +33,10 @@
|
||||
<Label Grid.Row="1" Grid.Column="0" VerticalAlignment="Center" Content="{x:Static lang:GeneralLangRes.ModpackConfigUrl}" />
|
||||
<Label Grid.Row="2" Grid.Column="0" VerticalAlignment="Center" IsVisible="false" x:Name="LabelInstallKey" Content="{x:Static lang:GeneralLangRes.InstallationKey}" />
|
||||
<Label Grid.Row="3" Grid.Column="0" VerticalAlignment="Center" Content="{x:Static lang:GeneralLangRes.Status}" />
|
||||
<Label Grid.Row="3" Grid.Column="1" VerticalAlignment="Center">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Label Grid.Row="3" Grid.Column="1" Grid.ColumnSpan="2" VerticalAlignment="Center">
|
||||
<StackPanel Orientation="Horizontal" Spacing="6">
|
||||
<Image Width="16" Height="16" x:Name="ImageStatus" />
|
||||
<TextBlock Margin="3, 0, 0, 0" x:Name="TextStatus" />
|
||||
<TextBlock x:Name="TextStatus" />
|
||||
</StackPanel>
|
||||
</Label>
|
||||
|
||||
@@ -45,7 +47,7 @@
|
||||
Grid.Column="1"
|
||||
VerticalAlignment="Center"
|
||||
Watermark="C:\..."
|
||||
TextInput="TextBoxMinecraftProfileFolder_TextInserted"
|
||||
TextChanged="TextBoxMinecraftProfileFolder_TextChanged"
|
||||
/>
|
||||
|
||||
<!-- TextBoxes: ModpackConfig -->
|
||||
@@ -56,7 +58,7 @@
|
||||
Grid.ColumnSpan="2"
|
||||
VerticalAlignment="Center"
|
||||
Watermark="https://..."
|
||||
TextInput="TextBoxModpackConfig_TextInserted"
|
||||
TextChanged="TextBoxModpackConfig_TextChanged"
|
||||
/>
|
||||
|
||||
<!-- TextBoxes: InstallKey -->
|
||||
@@ -67,7 +69,7 @@
|
||||
Grid.ColumnSpan="2"
|
||||
VerticalAlignment="Center"
|
||||
Watermark="XXXXX-YYYYY-ZZZZZ-AAAAA-BBBBB"
|
||||
TextInput="TextBoxInstallKey_TextInserted"
|
||||
TextChanged="TextBoxInstallKey_TextChanged"
|
||||
IsVisible="false"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user