Browse Source

ButtonsChoiceDialog: Increase height scale

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

2
youtube_dl_gui/mainframe.py

@ -1494,7 +1494,7 @@ class ButtonsChoiceDialog(wx.Dialog):
panel.SetSizer(vertical_sizer)
width, height = panel.GetBestSize()
self.SetSize((width, height * 1.25))
self.SetSize((width, height * 1.3))
self.Center()

Loading…
Cancel
Save