From 0c38dae1820f720078be3e35fc236b462d28c4ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 20 Dec 2019 19:40:09 -0500 Subject: added comment to get format button --- hypervideo_gui/main_ui.py | 1 + 1 file changed, 1 insertion(+) (limited to 'hypervideo_gui/main_ui.py') diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py index 211ebe9..939ac20 100644 --- a/hypervideo_gui/main_ui.py +++ b/hypervideo_gui/main_ui.py @@ -179,6 +179,7 @@ class MainWindow(QMainWindow): self.dl_btn.setFixedWidth(btnwidth) self.dl_btn.setFixedHeight(32) + # Get Formats button self.fmts_btn = QToolButton() self.fmts_btn.setText('Get Formats') self.fmts_btn.setFixedWidth(btnwidth) -- cgit v1.2.3