[Gui] Fix spreadsheet alias cells not being correctly set to the user's preference

This commit is contained in:
Syres916
2025-09-28 12:03:45 +01:00
committed by Chris Hennes
parent d2c306ce6a
commit ce8584c728

View File

@@ -2287,9 +2287,9 @@ QTreeView::item:!selected:hover{
background-color: @AccentHoverColor;
}
/* QTreeView::item, */
/* QTreeView::item,
QTableView::item, removed to fix Issue 24246 */
QListView::item,
QTableView::item,
QColumnView::item {
/* border: 1px solid @GeneralBorderColor; we got gridlines so we do not need this*/
background-color: transparent;