Browse Source

revert changed code.

tmp-winuicomp_with_manual_fbo
Dan Walmsley 6 years ago
parent
commit
57b3f0b105
  1. 8
      samples/ControlCatalog.NetCore/Properties/launchSettings.json
  2. 8
      samples/ControlCatalog/MainWindow.xaml

8
samples/ControlCatalog.NetCore/Properties/launchSettings.json

@ -1,8 +0,0 @@
{
"profiles": {
"ControlCatalog.NetCore": {
"commandName": "Project",
"nativeDebugging": true
}
}
}

8
samples/ControlCatalog/MainWindow.xaml

@ -7,8 +7,12 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:vm="clr-namespace:ControlCatalog.ViewModels"
xmlns:v="clr-namespace:ControlCatalog.Views"
TransparencyLevelHint="Transparent"
x:Class="ControlCatalog.MainWindow" WindowState="{Binding WindowState, Mode=TwoWay}" Background="{x:Null}">
ExtendClientAreaToDecorationsHint="{Binding ExtendClientAreaEnabled}"
ExtendClientAreaChromeHints="{Binding ChromeHints}"
ExtendClientAreaTitleBarHeightHint="{Binding TitleBarHeight}"
TransparencyLevelHint="{Binding TransparencyLevel}"
x:Name="MainWindow"
x:Class="ControlCatalog.MainWindow" WindowState="{Binding WindowState, Mode=TwoWay}">
<NativeMenu.Menu>
<NativeMenu>
<NativeMenuItem Header="File">

Loading…
Cancel
Save