- tweak: some information for updater
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
mc:Ignorable="d" d:DesignWidth="400" d:DesignHeight="225"
|
||||
x:Class="Nebula.UpdateResolver.MainWindow"
|
||||
Title="Nebula.UpdateResolver">
|
||||
<Grid ColumnDefinitions="*" RowDefinitions="*,40">
|
||||
<Grid ColumnDefinitions="*" RowDefinitions="*,30">
|
||||
<Image Grid.Row="0" Source="Assets/back.gif" Grid.RowSpan="2"/>
|
||||
<Border
|
||||
|
||||
Padding="5"
|
||||
BorderThickness="0,3,0,0"
|
||||
CornerRadius="0"
|
||||
Grid.Column="0"
|
||||
@@ -34,7 +34,10 @@
|
||||
<GradientStop Color="#442222" Offset="1.0" />
|
||||
</LinearGradientBrush>
|
||||
</Border.BorderBrush>
|
||||
<Label HorizontalAlignment="Center" VerticalAlignment="Center">Hello</Label>
|
||||
<Panel>
|
||||
<Label HorizontalAlignment="Left" VerticalAlignment="Center" FontSize="10" Name="ProgressLabel"/>
|
||||
<Label HorizontalAlignment="Right" VerticalAlignment="Center" FontSize="10" Name="PercentLabel"/>
|
||||
</Panel>
|
||||
</Border>
|
||||
</Grid>
|
||||
</Window>
|
||||
|
||||
Reference in New Issue
Block a user