Added skill prereq tooltip compact option to preferences

This commit is contained in:
blitzmann
2014-05-18 01:45:28 -04:00
parent 4f38d71676
commit 3bd66f174d
3 changed files with 17 additions and 11 deletions

View File

@@ -156,7 +156,7 @@ class CharacterSelection(wx.Panel):
self.skillReqsStaticBitmap.SetBitmap(self.greenSkills)
else:
tip = "Skills required:\n"
condensed = True # @todo replace with preference option
condensed = cFit.serviceFittingOptions["compactSkills"]
if condensed:
dict = self._buildSkillsTooltipCondensed(reqs)
for key in sorted(dict):