fix: data_view background style (#444)

* add debug bg colors

* fix: data_view bg style
This commit is contained in:
Tony Zhang 2025-06-15 22:42:26 +08:00 committed by GitHub
parent 489f1f3698
commit 44658c9053
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {