Fix uploader header layout
This commit is contained in:
@@ -7,20 +7,22 @@
|
|||||||
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>
|
<StackPanel Spacing="2">
|
||||||
<StackPanel Spacing="2">
|
<TextBlock x:Name="TitleText"
|
||||||
<TextBlock x:Name="TitleText"
|
Text="Die Fotospiel.App - Photobooth Uploader"
|
||||||
Text="Die Fotospiel.App - Photobooth Uploader"
|
Classes="title"
|
||||||
Classes="title"
|
PointerPressed="TitleText_PointerPressed" />
|
||||||
PointerPressed="TitleText_PointerPressed" />
|
<TextBlock Text="Sicherer Upload der Fotobox-Fotos ins Event." Classes="subtitle" />
|
||||||
<TextBlock Text="Sicherer Upload der Fotobox-Fotos ins Event." Classes="subtitle" />
|
|
||||||
</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">
|
||||||
@@ -68,7 +70,7 @@
|
|||||||
</Border>
|
</Border>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<StackPanel Grid.Column="2" Spacing="16" MaxWidth="380" Margin="0,6,0,0">
|
<StackPanel Grid.Column="2" Spacing="16" MaxWidth="380" Margin="0,6,0,0">
|
||||||
<Border Padding="14" Classes="card accent">
|
<Border Padding="14" Classes="card accent">
|
||||||
<StackPanel Spacing="6">
|
<StackPanel Spacing="6">
|
||||||
<TextBlock Text="Status" FontWeight="SemiBold" />
|
<TextBlock Text="Status" FontWeight="SemiBold" />
|
||||||
@@ -110,6 +112,7 @@
|
|||||||
<Button x:Name="RetryFailedButton" Content="Fehlgeschlagene erneut senden" Click="RetryFailedButton_Click" IsEnabled="False" Classes="secondary" />
|
<Button x:Name="RetryFailedButton" Content="Fehlgeschlagene erneut senden" Click="RetryFailedButton_Click" IsEnabled="False" Classes="secondary" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Border>
|
</Border>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Window>
|
</Window>
|
||||||
|
|||||||
Reference in New Issue
Block a user