Add maximize button to resizeable windows and make character editor resizeable

This commit is contained in:
DarkPhoenix
2019-08-26 12:59:00 +03:00
parent 5d6cdcbd23
commit 0269a64ae1
10 changed files with 16 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ class GraphFrame(AuxiliaryFrame):
pyfalog.warning('Matplotlib is not enabled. Skipping initialization.')
return
super().__init__(parent, title='Graphs', style=wx.RESIZE_BORDER, size=(520, 390))
super().__init__(parent, title='Graphs', size=(520, 390), resizeable=True)
self.mainFrame = gui.mainFrame.MainFrame.getInstance()
self.SetIcon(wx.Icon(BitmapLoader.getBitmap('graphs_small', 'gui')))