From ffb449445c97c0e92f520fc1fdb1baae3d43482e Mon Sep 17 00:00:00 2001 From: keshavbhatt Date: Sat, 1 May 2021 21:22:57 +0530 Subject: updated settings dialog. --- src/settingswidget.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/settingswidget.cpp') diff --git a/src/settingswidget.cpp b/src/settingswidget.cpp index dc8cda3..d3c438f 100644 --- a/src/settingswidget.cpp +++ b/src/settingswidget.cpp @@ -168,8 +168,10 @@ void SettingsWidget::applyThemeQuirks() //little quirks if(QString::compare(ui->themeComboBox->currentText(),"dark",Qt::CaseInsensitive)==0) { + ui->bottomLine->setStyleSheet("background-color: rgb(5, 97, 98);"); ui->label_7->setStyleSheet("color:#c2c5d1;padding: 0px 8px 0px 8px;background:transparent;"); }else{ + ui->bottomLine->setStyleSheet("background-color: rgb(74, 223, 131);"); ui->label_7->setStyleSheet("color:#1e1f21;padding: 0px 8px 0px 8px;background:transparent;"); } } -- cgit v1.2.3