Changed Char API refresh bitmap

This commit is contained in:
blitzmann
2013-08-10 00:20:43 -04:00
parent b0f2371e9d
commit ebddc44463
2 changed files with 3 additions and 3 deletions

View File

@@ -43,13 +43,13 @@ class CharacterSelection(wx.Panel):
mainSizer.Add(self.skillReqsStaticBitmap, 0, wx.ALIGN_CENTER_VERTICAL | wx.TOP | wx.RIGHT | wx.LEFT, 3)
self.cleanSkills = bitmapLoader.getBitmap("skill_big", "icons")
self.redSkills = bitmapLoader.getBitmap("skillRed_big", "icons")
self.redSkills = bitmapLoader.getBitmap("skillRed_big", "icons")
self.greenSkills = bitmapLoader.getBitmap("skillGreen_big", "icons")
self.refresh = bitmapLoader.getBitmap("refresh", "icons")
self.skillReqsStaticBitmap.SetBitmap(self.cleanSkills)
bitmap = wx.ArtProvider.GetBitmap(wx.ART_REDO, wx.ART_BUTTON)
btn = wx.BitmapButton(self, wx.ID_ANY, bitmap)
btn = wx.BitmapButton(self, wx.ID_ANY, self.refresh)
size = btn.GetSize()
btn.SetMinSize(size)

BIN
icons/refresh.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 B