mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
dim image frame only by 12.5 % instead of 25 %
svn path=/trunk/KDE/kdebase/apps/; revision=785957
This commit is contained in:
parent
4b48006164
commit
ec9b516e3a
1 changed files with 2 additions and 2 deletions
|
@ -285,8 +285,8 @@ bool IconManager::applyImageFrame(QPixmap& icon)
|
|||
painter.drawRect(0, 0, width, height);
|
||||
painter.drawRect(1, 1, width - 2, height - 2);
|
||||
|
||||
// dimm image frame by 25 %
|
||||
painter.setPen(QColor(0, 0, 0, 64));
|
||||
// dim image frame by 12.5 %
|
||||
painter.setPen(QColor(0, 0, 0, 32));
|
||||
painter.drawRect(frame, frame, width - doubleFrame, height - doubleFrame);
|
||||
painter.end();
|
||||
|
||||
|
|
Loading…
Reference in a new issue