We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8dc84 commit 91f4405Copy full SHA for 91f4405
Source/NETworkManager/Views/CredentialsPasswordProfileFileChildWindow.xaml
@@ -14,8 +14,8 @@
14
ChildWindowMaxWidth="650"
15
ChildWindowMaxHeight="800"
16
Padding="20"
17
- CloseByEscape="False"
18
- OverlayBrush="{DynamicResource MahApps.Brushes.Gray8}"
+ CloseByEscape="False"
+ OverlayBrush="{DynamicResource MahApps.Brushes.Gray.SemiTransparent}"
19
mc:Ignorable="d" d:DataContext="{d:DesignInstance viewModels:CredentialsPasswordProfileFileViewModel}">
20
<simpleChildWindow:ChildWindow.Resources>
21
<converters:BooleanToVisibilityCollapsedConverter x:Key="BooleanToVisibilityCollapsedConverter" />
0 commit comments