Fix minor formatting consistency issue for gauge tooltip

This commit is contained in:
blitzmann
2014-10-26 00:24:40 -04:00
parent 20362d2c0c
commit 69e99d98c2

View File

@@ -80,7 +80,7 @@ class PyGauge(wx.PyWindow):
self.SetBackgroundColour(wx.Colour(51,51,51))
self._tooltip = wx.ToolTip("")
self.SetToolTip(self._tooltip)
self._tooltip.SetTip("0/0")
self._tooltip.SetTip("0.00/100.00")
self.Bind(wx.EVT_PAINT, self.OnPaint)
self.Bind(wx.EVT_ERASE_BACKGROUND, self.OnEraseBackground)