[feat:] more correction margin options

This commit is contained in:
2025-11-09 11:55:50 +01:00
parent cc533045df
commit 293857bc37
2 changed files with 8 additions and 1 deletions

View File

@@ -18,8 +18,9 @@
</Grid>
<StackPanel>
<TextBlock Text="Korrekturrand" FontWeight="Bold"/>
<TextBlock Text="Korrekturrand (Pixel)" FontWeight="Bold"/>
<StackPanel Orientation="Horizontal" Spacing="10">
<RadioButton GroupName="CorrectionMargin" Content="450" IsChecked="{Binding IsCorrectionMarginMore}" />
<RadioButton GroupName="CorrectionMargin" Content="300" IsChecked="{Binding IsCorrectionMarginHalf}" />
<RadioButton GroupName="CorrectionMargin" Content="150" IsChecked="{Binding IsCorrectionMarginQuarter}" />
<RadioButton GroupName="CorrectionMargin" Content="Keiner" IsChecked="{Binding IsCorrectionMarginNone}" />