Explorar el Código

updating style

logicp hace 5 años
padre
commit
01ef7be865
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/kfiledialog.cpp

+ 1 - 1
src/kfiledialog.cpp

@@ -2,7 +2,7 @@
 
 KFileDialog::KFileDialog()
 {
-    this->setStyleSheet("QFileDialog QWidget { background-color: #2f535f; color: rgb(131, 148, 150); font-weight: 700;}");
+    this->setStyleSheet("QFileDialog QWidget { background-color: rgb(196, 25, 0); color: rgb(131, 148, 150); font-weight: 700;}");
 }
 
 QString KFileDialog::openFileDialog() {