summaryrefslogtreecommitdiffstats
path: root/InstanceDelegate.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-02-02 10:26:38 +0100
committerPetr Mrázek <peterix@gmail.com>2014-02-02 10:26:38 +0100
commitb2bf50a6d75d32ac483bb53d5c5948b353cd2d16 (patch)
treee907a7bc9d2712472205e9a8955028752fa64f3b /InstanceDelegate.cpp
parent179451d5911ccce569492717b1f0b0186e25cab9 (diff)
downloadMultiMC-b2bf50a6d75d32ac483bb53d5c5948b353cd2d16.tar
MultiMC-b2bf50a6d75d32ac483bb53d5c5948b353cd2d16.tar.gz
MultiMC-b2bf50a6d75d32ac483bb53d5c5948b353cd2d16.tar.lz
MultiMC-b2bf50a6d75d32ac483bb53d5c5948b353cd2d16.tar.xz
MultiMC-b2bf50a6d75d32ac483bb53d5c5948b353cd2d16.zip
Small tweaks
Diffstat (limited to 'InstanceDelegate.cpp')
-rw-r--r--InstanceDelegate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/InstanceDelegate.cpp b/InstanceDelegate.cpp
index 056db99d..944cfd76 100644
--- a/InstanceDelegate.cpp
+++ b/InstanceDelegate.cpp
@@ -103,7 +103,7 @@ void drawProgressOverlay(QPainter *painter, const QStyleOptionViewItemV4 &option
color.setAlphaF(0.70f);
painter->setBrush(color);
painter->setPen(QPen(QBrush(), 0));
- painter->drawPie(option.rect, 90 * 16, -percent * 360 * 60);
+ painter->drawPie(option.rect, 90 * 16, -percent * 360 * 16);
painter->restore();
}