File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Samples/Islands/WpfCalculator/CalculatorDemo Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ namespace CalculatorDemo
9
9
{
10
10
public partial class App : Application
11
11
{
12
- // Many WinAppSDK APIs require a DispatcherQueue to be running on the thread. We'll start one when the app starts up
13
- // and shut it down when the app is finished.
12
+ // Many WinAppSDK APIs require a DispatcherQueue to be running on the thread. We'll start one when the app
13
+ // starts up and shut it down when the app is finished.
14
14
protected override void OnStartup ( StartupEventArgs e )
15
15
{
16
16
_dispatcherQueueController = DispatcherQueueController . CreateOnCurrentThread ( ) ;
Original file line number Diff line number Diff line change 25
25
<FileAlignment >512</FileAlignment >
26
26
<WarningLevel >4</WarningLevel >
27
27
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
28
+ <SupportedOSPlatformVersion >10.0.17763.0</SupportedOSPlatformVersion >
28
29
</PropertyGroup >
29
30
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x86'" >
30
31
<PlatformTarget >x86</PlatformTarget >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ void SetCompactView(bool useCompactView)
44
44
45
45
// The AppWindow's CompactOverlay mode will make it always-on-top.
46
46
_appWindow . SetPresenter ( AppWindowPresenterKind . CompactOverlay ) ;
47
- _appWindow . ResizeClient ( new Windows . Graphics . SizeInt32 ( 200 , 200 ) ) ;
47
+ _appWindow . ResizeClient ( new Windows . Graphics . SizeInt32 ( 400 , 400 ) ) ;
48
48
}
49
49
else
50
50
{
You can’t perform that action at this time.
0 commit comments