We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67dfbc0 commit cc496f4Copy full SHA for cc496f4
src/robotide/editor/kweditor.py
@@ -788,7 +788,6 @@ def OnJsonEditor(self, event=None):
788
event.Skip()
789
dialog = Dialog()
790
dialog.SetTitle('JSON Editor')
791
- dialog.SetExtraStyle(wx.RESIZE_BORDER)
792
dialog.SetSizer(wx.BoxSizer(wx.HORIZONTAL))
793
okBtn = wx.Button(dialog, wx.ID_OK, "Save")
794
cnlBtn = wx.Button(dialog, wx.ID_CANCEL, "Cancel")
0 commit comments