X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/3d75a64e6ea4958e896f2dc7d2376bdf96de983f..fbe257768cf88efb65064b3302aa88c074eaf719:/src/iconmanager.cpp diff --git a/src/iconmanager.cpp b/src/iconmanager.cpp index ae2b80b99..dcfa9befe 100644 --- a/src/iconmanager.cpp +++ b/src/iconmanager.cpp @@ -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();