Commit 6e594e9 1 parent 87e24d2 commit 6e594e9 Copy full SHA for 6e594e9
File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 58
58
</DockPanel >
59
59
60
60
<DockPanel >
61
- <TextBlock HorizontalAlignment =" Left" Text =" Mining mode button"
61
+ <TextBlock HorizontalAlignment =" Left" Text =" " Enable mining mode" button"
62
62
TextWrapping =" Wrap" VerticalAlignment =" Center"
63
63
Style =" {StaticResource TextBlockDefault}"
64
64
Cursor =" Help"
870
870
<DockPanel >
871
871
<TextBlock HorizontalAlignment =" Left" Text =" Mine button"
872
872
Style =" {StaticResource TextBlockDefault}"
873
- TextWrapping =" Wrap" VerticalAlignment =" Center" />
873
+ TextWrapping =" Wrap" VerticalAlignment =" Center"
874
+ Cursor =" Help"
875
+ ToolTip =" Specifies the mouse button to use with the ➕ button for selecting a spelling to set as the " Selected Spelling" field
876
+ If no reading is available, the " Selected Spelling" field will be set to the primary spelling" />
874
877
<ComboBox x : Name =" MineMouseButtonComboBox" HorizontalAlignment =" Right"
875
878
SelectedValuePath =" Tag" Width =" 250" >
876
879
<ComboBoxItem Content =" Left button" Tag =" Left" />
881
884
</DockPanel >
882
885
883
886
<DockPanel >
884
- <TextBlock HorizontalAlignment =" Left" Text =" Mine primary spelling button"
887
+ <TextBlock HorizontalAlignment =" Left" Text =" " Mine primary spelling" button"
885
888
Style =" {StaticResource TextBlockDefault}"
886
- TextWrapping =" Wrap" VerticalAlignment =" Center" />
889
+ TextWrapping =" Wrap" VerticalAlignment =" Center"
890
+ Cursor =" Help"
891
+ ToolTip =" Sets the " Selected Spelling" field to the value of the primary spelling and mines the term." />
887
892
<ComboBox x : Name =" MinePrimarySpellingMouseButtonComboBox" HorizontalAlignment =" Right"
888
893
SelectedValuePath =" Tag" Width =" 250" >
889
894
<ComboBoxItem Content =" Left button" Tag =" Left" />
You can’t perform that action at this time.
0 commit comments