mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
Change UI, PowerLauncher_PluginWeightBoost from text to number (#19571)
This commit is contained in:
@@ -321,8 +321,14 @@
|
|||||||
Style="{StaticResource ExpanderContentSettingStyleTight}"
|
Style="{StaticResource ExpanderContentSettingStyleTight}"
|
||||||
IsEnabled="{x:Bind IsGlobalAndEnabled, Mode=OneWay}">
|
IsEnabled="{x:Bind IsGlobalAndEnabled, Mode=OneWay}">
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<TextBox Text="{x:Bind Path=WeightBoost, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
<muxc:NumberBox Minimum="-1000"
|
||||||
MinWidth="{StaticResource SettingActionControlMinWidth}" />
|
Maximum="1000"
|
||||||
|
Value="{x:Bind Mode=TwoWay, Path=WeightBoost}"
|
||||||
|
MinWidth="{StaticResource SettingActionControlMinWidth}"
|
||||||
|
SpinButtonPlacementMode="Compact"
|
||||||
|
HorizontalAlignment="Left"
|
||||||
|
SmallChange="10"
|
||||||
|
LargeChange="50"/>
|
||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
</controls:Setting>
|
</controls:Setting>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user