This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bpa
/
HKCard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
Lishi
xxe
2 years ago
parent
7c6f0c1700
commit
d1f082720f
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
HKCardOUT/Views/AdWindow.xaml.cs
+ 3
- 1
HKCardOUT/Views/AdWindow.xaml.cs
View File
@@ -37,7 +37,9 @@ namespace HKCardOUT.Views
this.Loaded += (sender, ev) =>
{
this.WindowState = WindowState.Maximized;
this.WindowState = WindowState.Normal;
this.Width = 1920;
this.Height = 1080;
if (BindScreen != -1)
{
int[] NotchNum = new int[2];
Write
Preview
Loading…
Cancel
Save