diff --git a/src/guimessagedialog.ui b/src/guimessagedialog.ui
index e635b20..55a0ca8 100644
--- a/src/guimessagedialog.ui
+++ b/src/guimessagedialog.ui
@@ -9,8 +9,8 @@
0
0
- 620
- 532
+ 1433
+ 906
@@ -40,12 +40,12 @@
-
-
+
0
-
-
+
Qt::Horizontal
@@ -57,22 +57,31 @@
- -
-
-
-
-
-
-
-
+
+ Qt::AlignCenter
+
+
+ true
+
-
-
+
+
+
+
+
+ Qt::AlignCenter
+
+
+
+ -
+
Qt::Horizontal
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index fec3095..e5de335 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -65,7 +65,7 @@ MainWindow::MainWindow(QWidget* parent) :
"border-radius:20px;border:5px solid #0078d8; }"
"QDialog QWidget QWidget{ background:transparent;color:#3078d8}"
"QDialog QWidget QWidget QLabel{ font-size:30px}"
- "QLabel#lbl_progressicon{min-width:75px;max-width:75px;}"
+// "QLabel#lbl_progressicon{min-width:75px;max-width:75px;}"
"#spacer_1, #spacer_2{min-width:2px;max-width:2px;margin-top:6px;margin-bottom:6px;border-right:1px solid #0078d8;}"//green with 2
;
this->setStyleSheet(style);