diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-20 11:44:03 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-20 11:44:03 -0500 |
commit | 5231e09a4332f05926662e8bf6a93f4863ea014a (patch) | |
tree | ea268b8c108489e7362f99022931561cd69c0c6c | |
parent | 0220145cc4f751edc35cff88e9e461105f9d60c2 (diff) | |
download | hypervideo-gui-5231e09a4332f05926662e8bf6a93f4863ea014a.tar.lz hypervideo-gui-5231e09a4332f05926662e8bf6a93f4863ea014a.tar.xz hypervideo-gui-5231e09a4332f05926662e8bf6a93f4863ea014a.zip |
pep8
-rw-r--r-- | hypervideo_gui/main_ui.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py index 0176fc5..495d226 100644 --- a/hypervideo_gui/main_ui.py +++ b/hypervideo_gui/main_ui.py @@ -444,6 +444,7 @@ def debugging(var): message_debug = None return message_debug + def ui_style_sheet(self): return """ QStatusBar |