mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 14:59:16 +08:00
[Settings]Fix spacing in the update available card (#33198)
This commit is contained in:
parent
d27ac581ac
commit
2ca70e31c9
@ -110,6 +110,7 @@
|
||||
<StackPanel Spacing="16">
|
||||
<Button
|
||||
x:Uid="General_DownloadAndInstall"
|
||||
Margin="0,0,0,16"
|
||||
Command="{Binding UpdateNowButtonEventHandler}"
|
||||
IsEnabled="{Binding IsDownloadAllowed}"
|
||||
Visibility="{Binding Mode=OneWay, Path=IsNewVersionDownloading, Converter={StaticResource BoolNegationConverter}}" />
|
||||
|
Loading…
Reference in New Issue
Block a user