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 2cb3450 commit f4f449cCopy full SHA for f4f449c
src/WPFDevelopers.Samples.Shared/ExampleViews/AboutWindow.xaml
@@ -5,7 +5,8 @@
5
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
6
xmlns:ws="https://github.com/WPFDevelopersOrg/WPFDevelopers"
7
mc:Ignorable="d" WindowStartupLocation="CenterScreen"
8
- SnapsToDevicePixels="True" TextOptions.TextFormattingMode="Display"
+ SnapsToDevicePixels="True" WindowStyle="None"
9
+ TextOptions.TextFormattingMode="Display"
10
ResizeMode="NoResize"
11
Height="400" Width="300"
12
Background="{DynamicResource WD.BackgroundSolidColorBrush}"
0 commit comments