From 5c08b32e666a9b7acdd77b7570ea00eb9a8e66e3 Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Wed, 30 Nov 2011 23:37:35 +0200 Subject: [PATCH] Small visual change for shipbrowser/etc --- gui/utils/drawUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)