settings_re6

This commit is contained in:
lincube
2026-03-14 15:08:49 +08:00
parent e8be0f0576
commit 8d4f00efcb
8 changed files with 99 additions and 106 deletions

View File

@@ -24,8 +24,7 @@
<TextBlock Text="{Binding ShortSideCellsLabel}"
VerticalAlignment="Center" />
<NumericUpDown Grid.Column="1"
MinWidth="120"
HorizontalAlignment="Right"
Width="120"
Minimum="6"
Maximum="96"
Value="{Binding ShortSideCells}" />
@@ -36,8 +35,7 @@
<TextBlock Text="{Binding EdgeInsetPercentLabel}"
VerticalAlignment="Center" />
<NumericUpDown Grid.Column="1"
MinWidth="120"
HorizontalAlignment="Right"
Width="120"
Minimum="0"
Maximum="30"
Value="{Binding EdgeInsetPercent}" />
@@ -48,8 +46,7 @@
<TextBlock Text="{Binding SpacingPresetLabel}"
VerticalAlignment="Center" />
<ComboBox Grid.Column="1"
MinWidth="160"
HorizontalAlignment="Right"
Width="180"
ItemsSource="{Binding SpacingPresets}"
SelectedItem="{Binding SelectedSpacingPreset}">
<ComboBox.ItemTemplate>