mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 05:30:06 +08:00
fix: data_view background style (#444)
* add debug bg colors * fix: data_view bg style
This commit is contained in:
parent
489f1f3698
commit
44658c9053
@ -518,6 +518,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWi
|
||||
});
|
||||
}
|
||||
}
|
||||
ui->data_view->setStyleSheet("background: transparent; border: none;");
|
||||
}
|
||||
|
||||
void MainWindow::closeEvent(QCloseEvent *event) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user