Change stats window size for gtk

This commit is contained in:
DarkPhoenix
2019-02-25 09:26:35 +03:00
parent 1fcd95d36f
commit f68ee81634

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, 550))
self.SetSize((640, 620))
else:
self.SetSize((550, 500))
# self.SetMaxSize((500, -1))