Skip to content

Commit

Permalink
Add toolbar handle and separator to Blend of Gray theme
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Dec 29, 2018
1 parent 60d2616 commit 698ece7
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 4 deletions.
51 changes: 51 additions & 0 deletions resources/themes/Blend of Gray/icons/handle-horizontal.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions resources/themes/Blend of Gray/icons/handle-vertical.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions resources/themes/Blend of Gray/icons/separator-horizontal.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions resources/themes/Blend of Gray/icons/separator-vertical.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions resources/themes/Blend of Gray/style.qss
Expand Up @@ -355,22 +355,22 @@ QToolBar {

QToolBar::handle:horizontal
{
image: url(:/qss_icons/rc/Hmovetoolbar.png);
image: url(@theme_path/icons/handle-horizontal.svg);
}

QToolBar::handle:vertical
{
image: url(:/qss_icons/rc/Vmovetoolbar.png);
image: url(@theme_path/icons/handle-vertical.svg);
}

QToolBar::separator:horizontal
{
image: url(:/qss_icons/rc/Hsepartoolbar.png);
image: url(@theme_path/icons/separator-horizontal.svg);
}

QToolBar::separator:vertical
{
image: url(:/qss_icons/rc/Vsepartoolbars.png);
image: url(@theme_path/icons/separator-vertical.svg);
}

QMenu::separator
Expand Down

0 comments on commit 698ece7

Please sign in to comment.