Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Oct 5, 2024
1 parent ff93e1b commit 5deacde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JL.Windows/GUI/PreferencesWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@
<TextBlock HorizontalAlignment="Left" Text="Max number of results when not in mining mode"
TextWrapping="Wrap" VerticalAlignment="Center"
Style="{StaticResource TextBlockDefault}"
ToolTip="Setting it to a small number improves the performance of mouse move lookup mode"
ToolTip="Setting it to a small number improves the lookup performance for the mouse move lookup mode"
Cursor="Help"/>
<hc:NumericUpDown x:Name="MaxNumResultsNotInMiningModeNumericUpDown" Maximum="100"
Minimum="1"
Expand Down

0 comments on commit 5deacde

Please sign in to comment.