From 980e857221c22cb6b67c96be6077aab8845f8aa8 Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Sat, 30 Oct 2010 12:00:36 +0300 Subject: [PATCH] Set splitter minpanesize to a higher value (to avoid stuff getting really ugly in shipbrowser when its width is ~150 or less) --- gui/mainFrame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/mainFrame.py b/gui/mainFrame.py index f7d181677..5f564d8b1 100644 --- a/gui/mainFrame.py +++ b/gui/mainFrame.py @@ -90,7 +90,7 @@ class MainFrame(wx.Frame): self.statsCharPickerSizer.Add(self.statsPane, 0, wx.EXPAND) self.splitter.SplitVertically(self.notebookBrowsers, statsFitviewPanel) - self.splitter.SetMinimumPaneSize(10) + self.splitter.SetMinimumPaneSize(200) self.splitter.SetSashPosition(300) #Add menu