This commit is contained in:
xueyan hu
2021-12-29 14:57:32 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ MainWindow::MainWindow(QWidget* parent) :
ui(new Ui::MainWindow)
{
this->loadStyleSheet("Dark2");
this->loadStyleSheet("Dark");
ui->setupUi(this);
tab = new QTabWidget(this);
tab->setTabPosition(QTabWidget::South);

View File

@@ -1 +1 @@
*{background-color:#3c3c3c; color:white;margin:0;font-size:16px;}
*{background-color:#3c3c3c;color:white;margin:0;font-size:16px;}