Fully customize the content views toolbar

This commit is contained in:
luisangelsm
2026-02-27 18:35:39 +01:00
parent 4720705cf6
commit d71048b152
2 changed files with 15 additions and 5 deletions

View File

@ -255,10 +255,9 @@ struct ContentSplitterThemeTemplates {
};
struct ComicsViewToolbarThemeTemplates {
QString toolbarQSS = R"(
QToolBar { border: none; }
QToolButton:checked { background-color: %1; }
)";
QString toolbarQSS = "QToolBar { border: none; background: %1; }\n"
"QToolBar::separator { background: %2; width: 1px; margin: 5px 4px; }\n"
"QToolButton:checked { background-color: %3; }\n";
};
struct SearchLineEditThemeTemplates {