Browse Source

Change savepath button size

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

2
youtube_dl_gui/mainframe.py

@ -237,7 +237,7 @@ class MainFrame(wx.Frame):
("reload", self.RELOAD_LABEL, (-1, -1), self._on_reload, wx.BitmapButton),
("pause", self.PAUSE_LABEL, (-1, -1), self._on_pause, wx.BitmapButton),
("start", self.START_LABEL, (-1, -1), self._on_start, wx.BitmapButton),
("savepath", "...", (40, 27), self._on_savepath, wx.Button),
("savepath", "...", (35, -1), self._on_savepath, wx.Button),
("add", self.ADD_LABEL, (-1, -1), self._on_add, wx.Button)
)

Loading…
Cancel
Save