Browse Source

Use #111111 as background instead of black.

Fits better with web
Tobias Hieta 9 years ago
parent
commit
00a3b35925
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ui/KonvergoWindow.cpp

+ 1 - 1
src/ui/KonvergoWindow.cpp

@@ -87,7 +87,7 @@ KonvergoWindow::KonvergoWindow(QWindow* parent) : QQuickWindow(parent), m_debugL
   // will be visible on top of the video as part of the Konvergo window.
   setColor(QColor("transparent"));
 #else
-  setColor(QColor("black"));
+  setColor(QColor("#111111"));
 #endif
 
   loadGeometry();