Small visual change for shipbrowser/etc

This commit is contained in:
HomeWorld
2011-11-30 23:37:35 +02:00
parent 4cc81126b8
commit 5c08b32e66

View File

@@ -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)