mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 13:35:31 +02:00
Migrate numberboxes to compact mode (#3375)
This commit is contained in:
@@ -147,10 +147,10 @@
|
||||
Value="{ Binding Mode=TwoWay, Path=HighlightOpacity}"
|
||||
Minimum="0"
|
||||
Maximum="100"
|
||||
SpinButtonPlacementMode="Inline"
|
||||
SpinButtonPlacementMode="Compact"
|
||||
HorizontalAlignment="Left"
|
||||
Margin="{StaticResource SmallTopMargin}"
|
||||
IsEnabled="{ Binding Mode=TwoWay, Path=IsEnabled}"/>
|
||||
IsEnabled="{ Binding Mode=TwoWay, Path=IsEnabled}" />
|
||||
|
||||
<TextBlock x:Uid="FancyZones_ZoneHighlightColor"
|
||||
Style="{StaticResource BodyTextBlockStyle}"
|
||||
|
||||
Reference in New Issue
Block a user