From 72ecc62732ae397afd5ab79be4d9c96932862974 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Thu, 18 Apr 2019 16:45:14 +0300 Subject: [PATCH] Even bigger on linux! --- gui/setEditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/setEditor.py b/gui/setEditor.py index 0e62cd6d2..8de6b1217 100644 --- a/gui/setEditor.py +++ b/gui/setEditor.py @@ -117,7 +117,7 @@ class ImplantSetEditorDlg(wx.Dialog): wx.Dialog.__init__( self, parent, id=wx.ID_ANY, title="Implant Set Editor", - size=wx.Size(900, 500) if "wxGTK" in wx.PlatformInfo else wx.Size(850, 420)) + size=wx.Size(950, 500) if "wxGTK" in wx.PlatformInfo else wx.Size(850, 420)) self.block = False self.SetSizeHints(wx.DefaultSize, wx.DefaultSize)