Skip to content

Commit

Permalink
Add toolbar handle and separator to Night Mapping theme
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Dec 29, 2018
1 parent 698ece7 commit b705d90
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 4 deletions.
51 changes: 51 additions & 0 deletions resources/themes/Night Mapping/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/Night Mapping/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/Night Mapping/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/Night Mapping/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/Night Mapping/style.qss
Expand Up @@ -364,22 +364,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 b705d90

Please sign in to comment.