Lowered the gradientBar filling ratio

This commit is contained in:
HomeWorld
2010-12-22 18:56:48 +02:00
parent 78fd18fc88
commit 76c6f47882

View File

@@ -35,7 +35,7 @@ def DrawFilledBitmap(width, height, color):
def DrawGradientBar(width, height, gStart, gEnd, gMid = None):
canvas = wx.EmptyBitmap(width,height)
fillRatio = 6
fillRatio = 4
mdc = wx.MemoryDC()
mdc.SelectObject(canvas)