diff --git a/content/page/color.html b/content/page/color.html index acdb23f..3e32a75 100644 --- a/content/page/color.html +++ b/content/page/color.html @@ -78,7 +78,7 @@ } } -
+
diff --git a/content/page/controller.html b/content/page/controller.html
index 3feb4d6..5b9bef4 100644
--- a/content/page/controller.html
+++ b/content/page/controller.html
@@ -11,7 +11,7 @@
image.src = image.src.replace("_dn.png",".png");
}
-
+
diff --git a/content/page/hopper.html b/content/page/hopper.html
index f20c4a0..b3478a8 100644
--- a/content/page/hopper.html
+++ b/content/page/hopper.html
@@ -21,7 +21,7 @@
margin-right: 10px;
}
-
+
diff --git a/content/page/surface.html b/content/page/surface.html
index a165e6a..1b1b295 100644
--- a/content/page/surface.html
+++ b/content/page/surface.html
@@ -11,7 +11,7 @@
image.src = image.src.replace("_dn.png",".png");
}
-
+
diff --git a/src/source/main.cpp b/src/source/main.cpp
index e9ead74..35cb162 100644
--- a/src/source/main.cpp
+++ b/src/source/main.cpp
@@ -189,7 +189,7 @@ int main(int argc, char** argv) {
return false;
HWND hwndMain = CreateWindowEx(
- WS_EX_ACCEPTFILES,
+ WS_EX_APPWINDOW,
"mainHWND",
"Main test",
WS_OVERLAPPEDWINDOW,
|
|---|