From f1d9460a1f34438467da8d444b819dda2bd98218 Mon Sep 17 00:00:00 2001 From: Matthias Metelka <62722460+kleinerpirat@users.noreply.github.com> Date: Thu, 12 Jan 2023 22:42:24 +0100 Subject: [PATCH] Fix QTableView background --- qt/aqt/stylesheets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/stylesheets.py b/qt/aqt/stylesheets.py index 7b318a75f..009245471 100644 --- a/qt/aqt/stylesheets.py +++ b/qt/aqt/stylesheets.py @@ -350,7 +350,7 @@ class CustomStyles: gridline-color: {tm.var(colors.BORDER_SUBTLE)}; selection-background-color: {tm.var(colors.SELECTED_BG)}; selection-color: {tm.var(colors.SELECTED_FG)}; - background: {tm.var(colors.CANVAS_INSET)}; + background: {tm.var(colors.CANVAS_CODE)}; }} QHeaderView {{ background: {tm.var(colors.CANVAS)};