Add maxlength

This commit is contained in:
Ishmaeel 2024-08-10 21:50:22 +10:00
parent 9285b9c5f4
commit 785b3657e5

View file

@ -364,6 +364,7 @@
HorizontalAlignment="Left"
VerticalAlignment="Center"
PreviewTextInput="AllowOnlyNumericInput"
MaxLength="6"
Text="{Binding MaxResult}"
ToolTip="{DynamicResource plugin_explorer_Maximum_Results_Tooltip}"/>
</Grid>