Skip to content

Commit 698ece7

Browse files
committed
Add toolbar handle and separator to Blend of Gray theme
1 parent 60d2616 commit 698ece7

File tree

5 files changed

+210
-4
lines changed

5 files changed

+210
-4
lines changed
Loading
Loading
Loading
Loading

resources/themes/Blend of Gray/style.qss

+4-4
Original file line numberDiff line numberDiff line change
@@ -355,22 +355,22 @@ QToolBar {
355355

356356
QToolBar::handle:horizontal
357357
{
358-
image: url(:/qss_icons/rc/Hmovetoolbar.png);
358+
image: url(@theme_path/icons/handle-horizontal.svg);
359359
}
360360

361361
QToolBar::handle:vertical
362362
{
363-
image: url(:/qss_icons/rc/Vmovetoolbar.png);
363+
image: url(@theme_path/icons/handle-vertical.svg);
364364
}
365365

366366
QToolBar::separator:horizontal
367367
{
368-
image: url(:/qss_icons/rc/Hsepartoolbar.png);
368+
image: url(@theme_path/icons/separator-horizontal.svg);
369369
}
370370

371371
QToolBar::separator:vertical
372372
{
373-
image: url(:/qss_icons/rc/Vsepartoolbars.png);
373+
image: url(@theme_path/icons/separator-vertical.svg);
374374
}
375375

376376
QMenu::separator

0 commit comments

Comments
 (0)