aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_gui/main_ui.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-12-21 19:58:48 -0500
committerJesús <heckyel@hyperbola.info>2019-12-21 19:58:48 -0500
commit621e5b4d12d31c186dd363e590d700860f71d92e (patch)
tree0dcbea2e2c8fef6d2f27244196c0e3a6afb8ad6b /hypervideo_gui/main_ui.py
parent4e582472bfed5e625340628bdeaf2b345b664bce (diff)
downloadhypervideo-gui-621e5b4d12d31c186dd363e590d700860f71d92e.tar.lz
hypervideo-gui-621e5b4d12d31c186dd363e590d700860f71d92e.tar.xz
hypervideo-gui-621e5b4d12d31c186dd363e590d700860f71d92e.zip
remove unimportant QIcon
Diffstat (limited to 'hypervideo_gui/main_ui.py')
-rw-r--r--hypervideo_gui/main_ui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py
index 0adfe5b..474b6a7 100644
--- a/hypervideo_gui/main_ui.py
+++ b/hypervideo_gui/main_ui.py
@@ -106,7 +106,6 @@ class MainWindow(QMainWindow):
self.setGeometry(0, 0, 600, 250)
self.setFixedSize(600, 250)
self.setStyleSheet(ui_style_sheet(self))
- self.setWindowIcon(QIcon.fromTheme("video-playlist"))
# Menu
main_menu = self.menuBar()