|
16 | 16 | </Grid.RowDefinitions> |
17 | 17 |
|
18 | 18 | <StackPanel Grid.Row="0" VerticalAlignment="Top" HorizontalAlignment="Left"> |
19 | | - <Button Click="Back_Click" HorizontalAlignment="Left" Width="40" Height="40" Margin="0,0,0,8" ToolTip="{x:Static resources:Strings.Back}"> |
20 | | - <Button.Template> |
21 | | - <ControlTemplate TargetType="Button"> |
22 | | - <Border Background="#4A4A4A" CornerRadius="20" Width="40" Height="40" SnapsToDevicePixels="True"> |
23 | | - <TextBlock FontFamily="{StaticResource FontAwesomeSolid}" Text="" FontSize="16" FontWeight="Bold" HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="#FFFFFF" /> |
24 | | - </Border> |
25 | | - </ControlTemplate> |
26 | | - </Button.Template> |
27 | | - </Button> |
| 19 | + <StackPanel Orientation="Horizontal" VerticalAlignment="Top" Margin="0,0,0,8"> |
| 20 | + <Button Click="Back_Click" HorizontalAlignment="Left" Width="40" Height="40" Margin="0,0,8,0" ToolTip="{x:Static resources:Strings.Back}"> |
| 21 | + <Button.Template> |
| 22 | + <ControlTemplate TargetType="Button"> |
| 23 | + <Border Background="#4A4A4A" CornerRadius="20" Width="40" Height="40" SnapsToDevicePixels="True"> |
| 24 | + <TextBlock FontFamily="{StaticResource FontAwesomeSolid}" Text="" FontSize="16" FontWeight="Bold" HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="#FFFFFF" /> |
| 25 | + </Border> |
| 26 | + </ControlTemplate> |
| 27 | + </Button.Template> |
| 28 | + </Button> |
| 29 | + <Button Click="ClearAll_Click" Width="40" Height="40" ToolTip="{x:Static resources:Strings.ClearAll}"> |
| 30 | + <Button.Template> |
| 31 | + <ControlTemplate TargetType="Button"> |
| 32 | + <Border Background="#4A4A4A" CornerRadius="20" Width="40" Height="40" SnapsToDevicePixels="True"> |
| 33 | + <TextBlock FontFamily="{StaticResource FontAwesomeSolid}" Text="" FontSize="16" FontWeight="Bold" HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="#FFFFFF" /> |
| 34 | + </Border> |
| 35 | + </ControlTemplate> |
| 36 | + </Button.Template> |
| 37 | + </Button> |
| 38 | + </StackPanel> |
28 | 39 | <StackPanel Orientation="Horizontal" VerticalAlignment="Top"> |
29 | 40 | <TextBlock Text="{x:Static resources:Strings.PageBarcode}" FontSize="18" Margin="10,0" VerticalAlignment="Center" /> |
30 | 41 | <TextBox x:Name="InputText" Height="30" Width="300" Margin="10,0" VerticalAlignment="Center" VerticalContentAlignment="Center" /> |
31 | 42 | <Button Click="Generate_Click" Width="100" Height="32" Margin="8,0" VerticalAlignment="Center" ToolTip="{x:Static resources:Strings.Generate}"> |
32 | 43 | <TextBlock FontFamily="{StaticResource FontAwesomeSolid}" Text="" FontSize="16" FontWeight="Bold" Foreground="#FFFFFF" /> |
33 | 44 | </Button> |
34 | | - <Button Click="ClearAll_Click" Width="100" Height="32" Margin="8,0" VerticalAlignment="Center" ToolTip="{x:Static resources:Strings.ClearAll}"> |
35 | | - <TextBlock FontFamily="{StaticResource FontAwesomeSolid}" Text="" FontSize="16" FontWeight="Bold" Foreground="#FFFFFF" /> |
36 | | - </Button> |
37 | 45 | </StackPanel> |
38 | 46 | </StackPanel> |
39 | 47 |
|
|
0 commit comments