Skip to content

Commit

Permalink
Merge pull request #749 from BeckyDTP/toolbar-extension
Browse files Browse the repository at this point in the history
toolbar extension better icon
  • Loading branch information
kevinhendricks authored Apr 5, 2024
2 parents 12e1e54 + 3657640 commit bd93bdb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Resource_Files/dark/dark.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<file>undock-hover.svg</file>
<file>toolbar-handle-horizontal.svg</file>
<file>toolbar-handle-vertical.svg</file>
<file>toolbar-extension-horizontal.svg</file>
<file>win-dark-style.qss</file>
<file>lin_dark_scrollbar.css</file>
<file>win_dark_scrollbar.css</file>
Expand Down
1 change: 1 addition & 0 deletions src/Resource_Files/dark/toolbar-extension-horizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/Resource_Files/dark/win-dark-style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,16 @@ QToolBar::handle:vertical {
QLabel#logo {
qproperty-pixmap: url(:/dark/sigil_logo_blue.png);
}

QToolBarExtension {
image: url(:/dark/toolbar-extension-horizontal.svg);
border-radius: 2px;
min-width: 8px;
min-height: 8px;
}

QToolBarExtension::hover {
border: 1px solid rgb(36, 36, 36);
padding: -1px;
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1,stop:0 rgba(73,73,73,255), stop:0.5 rgba(62,62,62,255))
}

0 comments on commit bd93bdb

Please sign in to comment.