Browse Source

Change audio quality combobox size

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

2
youtube_dl_gui/optionsframe.py

@ -748,7 +748,7 @@ class AudioTab(TabPanel):
self.to_audio_checkbox = self.create_checkbox(self.TO_AUDIO_LABEL, self._on_audio_check)
self.keep_video_checkbox = self.create_checkbox(self.KEEP_VIDEO_LABEL)
self.audioformat_combo = self.create_combobox(self.AUDIO_FORMATS, (160, 30))
self.audioquality_combo = self.create_combobox(self.AUDIO_QUALITY.values(), (80, 25))
self.audioquality_combo = self.create_combobox(self.AUDIO_QUALITY.values(), (100, 25))
self.audioformat_text = self.create_statictext(self.AUDIO_FORMAT_LABEL)
self.audioquality_text = self.create_statictext(self.AUDIO_QUALITY_LABEL)

Loading…
Cancel
Save