mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-04-03 14:06:27 +00:00
Add shadow to bubble hint
This commit is contained in:
@@ -7,23 +7,33 @@
|
|||||||
<RowDefinition Height="Auto"/>
|
<RowDefinition Height="Auto"/>
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
|
|
||||||
<Border Name="BubbleBorder"
|
<Grid Grid.Row="0"
|
||||||
Grid.Row="0"
|
Margin="10,10,10,8">
|
||||||
Background="{DynamicResource CardBgColor}"
|
<Border Name="BubbleBorder"
|
||||||
BorderBrush="{DynamicResource ButtonBorderColor}"
|
Background="{DynamicResource CardBgColor}"
|
||||||
BorderThickness="1"
|
BorderBrush="{DynamicResource ButtonBorderColor}"
|
||||||
CornerRadius="8"
|
BorderThickness="1"
|
||||||
Padding="10,7,10,7">
|
CornerRadius="8"
|
||||||
|
Padding="10,7,10,7">
|
||||||
|
<Border.Effect>
|
||||||
|
<DropShadowEffect BlurRadius="9"
|
||||||
|
Opacity="0.16"
|
||||||
|
ShadowDepth="2"
|
||||||
|
Direction="270"
|
||||||
|
Color="Black"/>
|
||||||
|
</Border.Effect>
|
||||||
<TextBlock Name="BubbleText"
|
<TextBlock Name="BubbleText"
|
||||||
Text="View the selected changes here"
|
Text="View the selected changes here"
|
||||||
TextWrapping="Wrap"
|
TextWrapping="Wrap"
|
||||||
MaxWidth="260"
|
MaxWidth="260"
|
||||||
Foreground="{DynamicResource FgColor}"/>
|
Foreground="{DynamicResource FgColor}"/>
|
||||||
</Border>
|
</Border>
|
||||||
|
</Grid>
|
||||||
|
|
||||||
<Grid Grid.Row="1"
|
<Grid Grid.Row="1"
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Margin="0,-1,0,0"
|
Margin="0,-9,0,0"
|
||||||
|
Panel.ZIndex="1"
|
||||||
Width="12"
|
Width="12"
|
||||||
Height="8">
|
Height="8">
|
||||||
<Polygon Name="BubblePointer"
|
<Polygon Name="BubblePointer"
|
||||||
|
|||||||
Reference in New Issue
Block a user