mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
[FZ Editor] Updated (preview) zone colors (#9799)
* Updated colors * Updated border colors * Updated borderbrush * Updated background colors * Added DropShadow
This commit is contained in:
@@ -6,13 +6,17 @@
|
||||
xmlns:local="clr-namespace:FancyZonesEditor"
|
||||
xmlns:props="clr-namespace:FancyZonesEditor.Properties"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:ui="http://schemas.modernwpf.com/2019"
|
||||
d:DesignHeight="450"
|
||||
d:DesignWidth="800"
|
||||
Background="{DynamicResource GridZoneBackgroundBrush}"
|
||||
BorderBrush="{DynamicResource SystemControlBackgroundAccentBrush}"
|
||||
BorderBrush="{DynamicResource LayoutPreviewZoneBorderBrush}"
|
||||
BorderThickness="1"
|
||||
Opacity="1"
|
||||
ui:ControlHelper.CornerRadius="4"
|
||||
Effect="{StaticResource ZoneDropShadow}"
|
||||
mc:Ignorable="d">
|
||||
|
||||
<Grid x:Name="Frame">
|
||||
<Canvas x:Name="Body" />
|
||||
<DockPanel HorizontalAlignment="Center"
|
||||
|
||||
Reference in New Issue
Block a user