Skip to content

Commit

Permalink
Update build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed May 23, 2024
1 parent 373e702 commit 8b0db73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function GenerateCheckboxes {

$Checkboxes += @"
<StackPanel Orientation="Vertical" Width="auto">
<StackPanel Orientation="Vertical" Width="auto" Margin="8">
<StackPanel Orientation="Horizontal">
<CheckBox Content="$Content" $Tag $IsChecked FontWeight="Bold"/>
<Label HorizontalAlignment="Center" VerticalAlignment="Center" Margin="8" FontFamily="airal" FontSize="12" Content="$Cat"/>
Expand Down

0 comments on commit 8b0db73

Please sign in to comment.