Skip to content

Commit 6881837

Browse files
committed
ux: increase max font size to 18 (#346)
1 parent 747c805 commit 6881837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Preference.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
HorizontalAlignment="Right"
212212
Margin="0,0,16,0"/>
213213
<NumericUpDown Grid.Row="3" Grid.Column="1"
214-
Minimum="10" Maximum="16" Increment="0.5"
214+
Minimum="10" Maximum="18" Increment="0.5"
215215
Height="28"
216216
Padding="4"
217217
BorderThickness="1" BorderBrush="{DynamicResource Brush.Border1}"

0 commit comments

Comments
 (0)