File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 109
109
<system : String x : Key =" shadowEffectNotAllowed" >Shadow effect is not allowed while current theme has blur effect enabled</system : String >
110
110
<system : String x : Key =" searchDelay" >Search Delay</system : String >
111
111
<system : String x : Key =" searchDelayToolTip" >Adds a short delay while typing to reduce UI flicker and result load. Recommended if your typing speed is average.</system : String >
112
+ <system : String x : Key =" searchDelayNumberBoxToolTip" >Enter the wait time (in ms) until input is considered complete. This can only be edited if Search Delay is enabled.</system : String >
112
113
<system : String x : Key =" searchDelayTime" >Default Search Delay Time</system : String >
113
114
<system : String x : Key =" searchDelayTimeToolTip" >Wait time before showing results after typing stops. Higher values wait longer. (ms)</system : String >
114
115
Original file line number Diff line number Diff line change 96
96
PlaceholderText =" {Binding DefaultSearchDelay}"
97
97
SmallChange =" 10"
98
98
SpinButtonPlacementMode =" Compact"
99
- ToolTip =" {DynamicResource searchDelayToolTip}"
99
+ ToolTip =" {DynamicResource searchDelayNumberBoxToolTip}"
100
+ ToolTipService.InitialShowDelay=" 0"
101
+ ToolTipService.ShowOnDisabled=" True"
100
102
Value =" {Binding PluginSearchDelayTime, Mode=TwoWay}" />
103
+
101
104
</StackPanel >
102
105
103
106
<!-- Put OnOffControl after PriorityControl & SearchDelayControl so that it can display correctly -->
Original file line number Diff line number Diff line change 2784
2784
</Trigger >
2785
2785
<Trigger Property =" IsEnabled" Value =" false" >
2786
2786
<Setter TargetName =" HeaderContentPresenter" Property =" Foreground" Value =" {DynamicResource TextControlHeaderForegroundDisabled}" />
2787
- <Setter Property =" Background" Value =" {DynamicResource TextControlBackgroundDisabled }" />
2787
+ <Setter Property =" Background" Value =" {DynamicResource CustomNumberBoxBGDisabled }" />
2788
2788
<Setter TargetName =" BorderElementInline" Property =" Background" Value =" {DynamicResource TextControlBackgroundDisabled}" />
2789
2789
<Setter TargetName =" BorderElement" Property =" BorderBrush" Value =" {DynamicResource TextControlBorderBrushDisabled}" />
2790
- <Setter Property =" Foreground" Value =" {DynamicResource TextControlForegroundDisabled}" />
2790
+ <Setter TargetName =" BorderElement" Property =" BorderThickness" Value =" 0 0 0 0" />
2791
+ <Setter TargetName =" BorderElementInline" Property =" BorderThickness" Value =" 0 0 0 0" />
2792
+ <Setter Property =" Foreground" Value =" {DynamicResource TextControlPlaceholderForegroundDisabled}" />
2791
2793
<Setter TargetName =" PlaceholderTextContentPresenter" Property =" Foreground" Value =" {DynamicResource TextControlPlaceholderForegroundDisabled}" />
2792
2794
</Trigger >
2793
2795
<Trigger Property =" IsMouseOver" Value =" true" >
2873
2875
FontFamily =" {TemplateBinding FontFamily}"
2874
2876
FontSize =" {TemplateBinding FontSize}"
2875
2877
FontWeight =" {TemplateBinding FontWeight}"
2876
- Foreground =" {TemplateBinding Foreground }"
2878
+ Foreground =" {DynamicResource ForeGround }"
2877
2879
InputScope =" {TemplateBinding InputScope}"
2878
2880
SelectionBrush =" {TemplateBinding SelectionBrush}"
2879
2881
TextAlignment =" {TemplateBinding TextAlignment}" />
You can’t perform that action at this time.
0 commit comments