Default scale of 0.9 for font awesome icons

This commit is contained in:
Craig Drummond
2016-01-19 18:45:37 +00:00
committed by Craig Drummond
parent 5615961a07
commit aee9b4f0e0

View File

@@ -88,12 +88,8 @@ public:
if (!Utils::isHighDpi()) {
scale=1.05;
}
break;
case FontAwesome::folder:
case FontAwesome::foldero:
scale=0.9;
break;
default:
scale=0.9;
break;
}