Changed painter, add visual studio project.

This commit is contained in:
Christoph Holzheuer
2026-01-20 16:56:41 +01:00
parent 8639529bbe
commit 0d802fcec3
12 changed files with 8152 additions and 60 deletions

View File

@@ -99,7 +99,8 @@ QToolButton#_commitButton:focus {
}
/* === QTableView === */
QTableView {
QTableView
{
background-color: #ffffff;
alternate-background-color: #fafafa;
color: #1f1f1f;
@@ -110,8 +111,8 @@ QTableView {
selection-color: #ffffff;
}
QTableView::item {
/*padding: 8px;*/
QTableView::item
{
border: none;
}