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