Resizing the options dialog is now possible, this will allow you to check the paths for slicecommand and sliceoptscommand

master
pinaise 2012-01-07 18:29:29 +01:00
parent bd5dd75e1a
commit ec3d066a59
1 changed files with 1 additions and 1 deletions

View File

@ -1615,7 +1615,7 @@ class macroed(wx.Dialog):
class options(wx.Dialog):
"""Options editor"""
def __init__(self,pronterface):
wx.Dialog.__init__(self, None, title=_("Edit settings"))
wx.Dialog.__init__(self, None, title=_("Edit settings"), style=wx.DEFAULT_DIALOG_STYLE|wx.RESIZE_BORDER)
topsizer=wx.BoxSizer(wx.VERTICAL)
vbox=wx.StaticBoxSizer(wx.StaticBox(self, label=_("Defaults")) ,wx.VERTICAL)
topsizer.Add(vbox,1,wx.ALL+wx.EXPAND)