From cbfb5c35353de2d7342a9e1927aa5670e151ae8f Mon Sep 17 00:00:00 2001 From: kremsy Date: Tue, 14 Jan 2014 15:20:28 +0100 Subject: [PATCH] gauge adjusting --- application/plugins/CustomVotes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/plugins/CustomVotes.php b/application/plugins/CustomVotes.php index 64d389f4..18df63f8 100644 --- a/application/plugins/CustomVotes.php +++ b/application/plugins/CustomVotes.php @@ -462,7 +462,7 @@ class CustomVotesPlugin implements CommandListener, CallbackListener, ManialinkP $voteGauge->setY(-4); $voteGauge->setSize($width * 0.65, 12); $voteGauge->setDrawBg(false); - $voteGauge->setRatio($votePercentage + 0.15 - $votePercentage * 0.15); + $voteGauge->setRatio($votePercentage + 0.10 - $votePercentage * 0.10); $gaugeColor = ColorUtil::floatToStatusColor($votePercentage); $voteGauge->setColor($gaugeColor . '6');