mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
Fix
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
|
|
||||||
<TextBlock x:Name="AboutDescription"
|
<TextBlock x:Name="AboutDescription"
|
||||||
Text="{x:Bind ModuleDescription}"
|
Text="{x:Bind ModuleDescription}"
|
||||||
Foreground="{StaticResource TextFillColorSecondaryBrush}"
|
Foreground="{ThemeResource TextFillColorSecondaryBrush}"
|
||||||
TextWrapping="Wrap"/>
|
TextWrapping="Wrap"/>
|
||||||
|
|
||||||
<HyperlinkButton x:Name="AboutImage"
|
<HyperlinkButton x:Name="AboutImage"
|
||||||
@@ -81,7 +81,6 @@
|
|||||||
CornerRadius="8"
|
CornerRadius="8"
|
||||||
x:Uid="Learn_More_Description"
|
x:Uid="Learn_More_Description"
|
||||||
Padding="0"
|
Padding="0"
|
||||||
Background="Red"
|
|
||||||
NavigateUri="{x:Bind ModuleImageLink}"
|
NavigateUri="{x:Bind ModuleImageLink}"
|
||||||
Margin="0, 12, 0, 12">
|
Margin="0, 12, 0, 12">
|
||||||
<Image>
|
<Image>
|
||||||
|
|||||||
@@ -134,7 +134,7 @@
|
|||||||
Background="Transparent"
|
Background="Transparent"
|
||||||
Style="{StaticResource AccentButtonStyle}"
|
Style="{StaticResource AccentButtonStyle}"
|
||||||
BorderBrush="Transparent"
|
BorderBrush="Transparent"
|
||||||
Foreground="{StaticResource AccentTextFillColorPrimaryBrush}"
|
Foreground="{ThemeResource AccentTextFillColorPrimaryBrush}"
|
||||||
Margin="4,0,4,-4">
|
Margin="4,0,4,-4">
|
||||||
<Button.Content>
|
<Button.Content>
|
||||||
<StackPanel Orientation="Horizontal">
|
<StackPanel Orientation="Horizontal">
|
||||||
|
|||||||
Reference in New Issue
Block a user