aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.py
diff options
context:
space:
mode:
authortassaron2017-07-27 22:15:41 -0400
committertassaron2017-07-27 22:15:41 -0400
commit6ecb6df23628de65c9efd8cac4810fdf74238c3d (patch)
treebb2f950b3a4bdc3da1c29891b634e68e12b92610 /src/mainwindow.py
parent6fc0398602c42a3d219ec92163c480c1833ab0c2 (diff)
some minor bugfixes
Diffstat (limited to 'src/mainwindow.py')
-rw-r--r--src/mainwindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.py b/src/mainwindow.py
index e478d19..070131c 100644
--- a/src/mainwindow.py
+++ b/src/mainwindow.py
@@ -54,7 +54,7 @@ class PreviewWindow(QtWidgets.QLabel):
def threadError(self, msg):
self.parent.showMessage(
msg=msg,
- icon='Warning',
+ icon='Critical',
parent=self
)