forked from qt-creator/qt-creator
Fixes: Use alternate row colors for sidebar
Task: As discussed with b_lindeijer Details: This enables alternate row colors, with filled empty area on the side bar for improved usability.
This commit is contained in:
@@ -73,6 +73,8 @@ public:
|
||||
setContextMenuPolicy(Qt::CustomContextMenu);
|
||||
setUniformRowHeights(true);
|
||||
setTextElideMode(Qt::ElideNone);
|
||||
setAlternatingRowColors(true);
|
||||
setProperty("AlternateEmpty", true); // Let Manhattan to override style default
|
||||
// setExpandsOnDoubleClick(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user