Add info about base item to mutations tab

This commit is contained in:
DarkPhoenix
2019-02-13 18:14:46 +03:00
parent deee6fd6ab
commit fc04a32913
2 changed files with 13 additions and 5 deletions

View File

@@ -91,7 +91,7 @@ class ItemStatsDialog(wx.Dialog):
self.SetMinSize((300, 200))
if "wxGTK" in wx.PlatformInfo: # GTK has huge tab widgets, give it a bit more room
self.SetSize((630, 500))
self.SetSize((630, 550))
else:
self.SetSize((550, 500))
# self.SetMaxSize((500, -1))