]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/iconmanager.cpp
* changed "Click to add comment..." to simply "Add comment..." for consistency with...
[dolphin.git] / src / iconmanager.cpp
index ae2b80b99bec5f2a90286b38597e0c481656abff..dcfa9befea3a5c1ec8ca4f7d28206e5f5cc8f980 100644 (file)
@@ -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();