mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Fully customize the content views toolbar
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user