Fix #109439: Enable Data-View theme preference section #111281

Closed
Ludvik Koutny wants to merge 1 commits from Rawalanche:fix-hidden-dataview-themepref into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 2 deletions

View File

@ -1236,8 +1236,7 @@ class ThemeGenericClassGenerator:
("Scroll Bar", "wcol_scroll"),
("Progress Bar", "wcol_progress"),
("List Item", "wcol_list_item"),
# Not used yet, so hide this from the UI.
# ("Data-View Item", "wcol_view_item"),
("Data-View Item", "wcol_view_item"),
("Tab", "wcol_tab"),
]