Fix uploader header layout
This commit is contained in:
@@ -7,9 +7,8 @@
|
|||||||
Width="560" Height="420"
|
Width="560" Height="420"
|
||||||
MinWidth="520" MinHeight="400"
|
MinWidth="520" MinHeight="400"
|
||||||
Title="Die Fotospiel.App - Photobooth Uploader">
|
Title="Die Fotospiel.App - Photobooth Uploader">
|
||||||
<Grid Margin="24,32,24,24" ColumnDefinitions="*,16,*">
|
<Grid Margin="24,32,24,24" RowDefinitions="Auto,*">
|
||||||
<StackPanel Grid.Column="0" Spacing="16" MaxWidth="420">
|
<StackPanel Grid.Row="0" Orientation="Horizontal" Spacing="12" VerticalAlignment="Center">
|
||||||
<StackPanel Orientation="Horizontal" Spacing="12" VerticalAlignment="Center">
|
|
||||||
<Border Width="40" Height="40" Classes="card accent" VerticalAlignment="Center" HorizontalAlignment="Left">
|
<Border Width="40" Height="40" Classes="card accent" VerticalAlignment="Center" HorizontalAlignment="Left">
|
||||||
<Image Source="avares://PhotoboothUploader/Assets/logo.png" Width="28" Height="28" HorizontalAlignment="Center" VerticalAlignment="Center" />
|
<Image Source="avares://PhotoboothUploader/Assets/logo.png" Width="28" Height="28" HorizontalAlignment="Center" VerticalAlignment="Center" />
|
||||||
</Border>
|
</Border>
|
||||||
@@ -22,6 +21,9 @@
|
|||||||
</StackPanel>
|
</StackPanel>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
|
<Grid Grid.Row="1" ColumnDefinitions="*,16,*">
|
||||||
|
<StackPanel Grid.Column="0" Spacing="16" MaxWidth="420">
|
||||||
|
|
||||||
<Border Padding="14" Classes="card">
|
<Border Padding="14" Classes="card">
|
||||||
<StackPanel Spacing="6">
|
<StackPanel Spacing="6">
|
||||||
<TextBlock Text="Schritte" FontWeight="SemiBold" />
|
<TextBlock Text="Schritte" FontWeight="SemiBold" />
|
||||||
@@ -112,4 +114,5 @@
|
|||||||
</Border>
|
</Border>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
</Grid>
|
||||||
</Window>
|
</Window>
|
||||||
|
|||||||
Reference in New Issue
Block a user