Browse Source

Increase mains windows default & min width

doc-issue-template
MrS0m30n3 8 years ago
parent
commit
71fe93b0d1
2 changed files with 2 additions and 2 deletions
  1. 2
      youtube_dl_gui/mainframe.py
  2. 2
      youtube_dl_gui/optionsmanager.py

2
youtube_dl_gui/mainframe.py

@ -103,7 +103,7 @@ class MainFrame(wx.Frame):
"""
wxEVT_TEXT_PASTE = 'wxClipboardTextEvent'
FRAMES_MIN_SIZE = (440, 360)
FRAMES_MIN_SIZE = (560, 360)
BUTTONS_SIZE = (-1, 30) # REFACTOR remove not used anymore
BUTTONS_SPACE = (80, -1) # REFACTOR remove not used anymore
SIZE_20 = 20 # REFACTOR write directly

2
youtube_dl_gui/optionsmanager.py

@ -261,7 +261,7 @@ class OptionsManager(object):
'log_time': True,
'workers_number': 3,
'locale_name': 'en_US',
'main_win_size': (710, 490),
'main_win_size': (740, 490),
'opts_win_size': (640, 490),
'selected_video_formats': ['webm', 'mp4'],
'selected_audio_formats': ['mp3', 'm4a', 'vorbis'],

Loading…
Cancel
Save