mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 11:17:53 +01:00
[Settings]Fix spacing in the update available card (#33198)
This commit is contained in:
@@ -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}}" />
|
||||
|
||||
Reference in New Issue
Block a user