Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Added title in "Startup page" section (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Feb 21, 2022
1 parent 5342077 commit d8c331a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gerayis/Pages/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@
<CheckBox Margin="0 2 0 2" x:Name="GenerateBarCodeOnStartChk" Style="{DynamicResource CheckBoxStyle1}" Content="{x:Static lang:Resources.GenerateBarCodeOnStart}" BorderThickness="3" Foreground="{Binding Source={StaticResource Foreground1}}" FontSize="14" VerticalContentAlignment="Center" Unchecked="GenerateBarCodeOnStartChk_Checked" Checked="GenerateBarCodeOnStartChk_Checked"/>
<CheckBox Margin="0 2 0 2" x:Name="GenerateQRCodeOnStartChk" Style="{DynamicResource CheckBoxStyle1}" Content="{x:Static lang:Resources.GenerateQRCodeOnStart}" BorderThickness="3" Foreground="{Binding Source={StaticResource Foreground1}}" FontSize="14" VerticalContentAlignment="Center" Unchecked="GenerateQRCodeOnStartChk_Checked" Checked="GenerateQRCodeOnStartChk_Checked"/>

<TextBlock Text="{x:Static lang:Resources.StartupPage}" Foreground="{Binding Source={StaticResource Foreground1}}" FontSize="14" Margin="0,10,0,0"/>

<StackPanel Orientation="Horizontal">
<Border x:Name="BarCodePageBorder" CornerRadius="10" Margin="5" Background="{Binding Source={StaticResource Background1}}" BorderThickness="3" BorderBrush="{x:Null}" MouseEnter="Border_MouseEnter" MouseLeave="Border_MouseLeave" Cursor="Hand" MouseLeftButtonUp="BarCodePageBorder_MouseLeftButtonUp">
<StackPanel Orientation="Vertical">
Expand Down

0 comments on commit d8c331a

Please sign in to comment.