diff --git a/gui/utils/drawUtils.py b/gui/utils/drawUtils.py index 4c05c9c77..77b260afe 100644 --- a/gui/utils/drawUtils.py +++ b/gui/utils/drawUtils.py @@ -2,7 +2,7 @@ import wx import gui.utils.colorUtils as colorUtils -def RenderGradientBar(windowColor, width, height, sFactor, eFactor, mFactor = None , fillRatio = 4): +def RenderGradientBar(windowColor, width, height, sFactor, eFactor, mFactor = None , fillRatio = 2): if sFactor == 0 and eFactor == 0 and mFactor == None: return DrawFilledBitmap(width,height, windowColor)