Use small icon with mining yield / firepower toggle button

This commit is contained in:
blitzmann
2014-06-12 19:22:29 -04:00
parent bd60733bfe
commit e2abc51bbf
4 changed files with 13 additions and 7 deletions

View File

@@ -92,7 +92,7 @@ class MiningYieldViewFull(StatsView):
self._cachedValues.append(0)
image = bitmapLoader.getBitmap("turret_big", "icons")
image = bitmapLoader.getBitmap("turret_small", "icons")
firepower = wx.BitmapButton(contentPanel, -1, image)
firepower.SetToolTip(wx.ToolTip("Click to toggle to Firepower View"))
firepower.Bind(wx.EVT_BUTTON, self.switchToFirepowerView)