Pygauge 'label' shadow color tweak

This commit is contained in:
HomeWorld
2010-10-21 13:08:13 +03:00
parent b72582c53e
commit db5aec0434

View File

@@ -362,7 +362,7 @@ class PyGauge(wx.PyWindow):
r.top +=1
formatStr = "{0:." + str(self._fractionDigits) + "f}%"
dc.SetTextForeground(wx.Colour(53,53,53))
dc.SetTextForeground(wx.Colour(80,80,80))
dc.DrawLabel(formatStr.format(value), r, wx.ALIGN_CENTER)
dc.SetTextForeground(wx.Colour(255,255,255))