Explorar o código

Use #111111 as background instead of black.

Fits better with web
Tobias Hieta %!s(int64=9) %!d(string=hai) anos
pai
achega
00a3b35925
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();