Browse Source

Change log viewer window size

doc-issue-template
MrS0m30n3 8 years ago
parent
commit
496585da00
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl_gui/optionsframe.py

2
youtube_dl_gui/optionsframe.py

@ -868,7 +868,7 @@ class LogGUI(wx.Frame):
# REFACTOR move it on widgets module
TITLE = _("Log Viewer")
FRAME_SIZE = (650, 200)
FRAME_SIZE = (650, 300)
def __init__(self, parent=None):
wx.Frame.__init__(self, parent, title=self.TITLE, size=self.FRAME_SIZE)

Loading…
Cancel
Save