Skip to content

Commit

Permalink
Improve size grip appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
akortunov committed May 20, 2024
1 parent d1d3a6e commit 9f470b4
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
1 change: 1 addition & 0 deletions files/windows/QWindowsVistaDark/dark.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<file>scrollbar-arrow-left.svg</file>
<file>scrollbar-arrow-right.svg</file>
<file>scrollbar-arrow-up.svg</file>
<file>size-grip.svg</file>
<file>table-header-sort-arrow-down.svg</file>
<file>table-header-sort-arrow-up.svg</file>
<file>up-triangle.svg</file>
Expand Down
5 changes: 5 additions & 0 deletions files/windows/QWindowsVistaDark/dark.qss
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ QProgressBar::chunk:disabled
color: #788D9C;
}

QSizeGrip
{
image: url(:/dark/size-grip.svg);
}

QDockWidget
{
background-color: #232323;
Expand Down
54 changes: 54 additions & 0 deletions files/windows/QWindowsVistaDark/size-grip.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9f470b4

Please sign in to comment.