Browse Source

enforcing better stripes for testing (difficult to view on tester`s machine)

logicp 4 years ago
parent
commit
102302025c
2 changed files with 4 additions and 3 deletions
  1. 1 0
      mainwindow.ui
  2. 3 3
      src/mainwindow.cpp

+ 1 - 0
mainwindow.ui

@@ -276,6 +276,7 @@ font-weight: 700;</string>
        <property name="styleSheet">
         <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
 background-color: #2f535f;
+alternate-background-color: #616161;
 color: rgb(131, 148, 150);
 font-weight: 700;
 background-color: rgb(29, 51, 59);

+ 3 - 3
src/mainwindow.cpp

@@ -107,9 +107,9 @@ MainWindow::MainWindow(int argc, char** argv, QWidget* parent)
   this->setWindowTitle("KYGUI");
   setStyleSheet(
       "QListView { font: 87 11pt \"Noto Sans\"; background-color: #2f535f;"
-      "color: rgb(131, "
-      "148, 150); font-weight: 700; background-color: rgb(29, 51, 59);color: "
-      "rgb(223, 252, 255);}");
+      "alternate-background-color: #616161; color: rgb(131, 148, 150); "
+      "font-weight: 700; background-color: rgb(29, 51, 59);"
+      "color: rgb(223, 252, 255);}");
   setConnectScreen();
   connect(ui->connect, &QPushButton::clicked, this, &MainWindow::connectClient);
   ui->eventList->setModel(m_event_model);