Skip to content

Commit f4f449c

Browse files
committed
Update AboutWindow.xaml
1 parent 2cb3450 commit f4f449c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/WPFDevelopers.Samples.Shared/ExampleViews/AboutWindow.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
66
xmlns:ws="https://github.com/WPFDevelopersOrg/WPFDevelopers"
77
mc:Ignorable="d" WindowStartupLocation="CenterScreen"
8-
SnapsToDevicePixels="True" TextOptions.TextFormattingMode="Display"
8+
SnapsToDevicePixels="True" WindowStyle="None"
9+
TextOptions.TextFormattingMode="Display"
910
ResizeMode="NoResize"
1011
Height="400" Width="300"
1112
Background="{DynamicResource WD.BackgroundSolidColorBrush}"

0 commit comments

Comments
 (0)