Align skill column to the right (#1866)

This commit is contained in:
Ryan Holmes
2019-03-17 09:06:47 -04:00
parent de9ce47bed
commit 19f02ef914

View File

@@ -353,7 +353,7 @@ class SkillTreeView(wx.Panel):
self.skillBookDirtyImageId = self.imageList.Add(wx.Icon(BitmapLoader.getBitmap("skill_small_red", "gui")))
tree.AppendColumn("Skill")
tree.AppendColumn("Level")
tree.AppendColumn("Level", align=wx.ALIGN_RIGHT)
# tree.SetMainColumn(0)
self.root = tree.GetRootItem()