diff --git a/src/gui/qt/mainwindow.ui b/src/gui/qt/mainwindow.ui
index 9fd7017f..aec97a95 100644
--- a/src/gui/qt/mainwindow.ui
+++ b/src/gui/qt/mainwindow.ui
@@ -1780,43 +1780,6 @@
-
-
-
-
-
-
-
- 102
- 153
- 0
-
-
-
-
-
-
-
-
- 102
- 153
- 0
-
-
-
-
-
-
-
-
- 102
- 153
- 0
-
-
-
-
-
-
Qt::NoFocus
@@ -1826,45 +1789,7 @@
-
-
-
-
-
-
-
-
- 102
- 153
- 0
-
-
-
-
-
-
-
-
- 102
- 153
- 0
-
-
-
-
-
-
-
-
- 102
- 153
- 0
-
-
-
-
-
-
-
+
@@ -2578,43 +2503,6 @@
-
-
-
-
-
-
-
- 102
- 153
- 0
-
-
-
-
-
-
-
-
- 102
- 153
- 0
-
-
-
-
-
-
-
-
- 102
- 153
- 0
-
-
-
-
-
-
Qt::NoFocus
diff --git a/src/gui/qt/mainwindow/mainwindowimpl.cpp b/src/gui/qt/mainwindow/mainwindowimpl.cpp
index 4112a5f3..55b873da 100755
--- a/src/gui/qt/mainwindow/mainwindowimpl.cpp
+++ b/src/gui/qt/mainwindow/mainwindowimpl.cpp
@@ -409,10 +409,10 @@ mainWindowImpl::mainWindowImpl(ConfigFile *c, QMainWindow *parent)
// textBrowser_Log->setVerticalScrollBar(myLogScrollBar);
// textBrowser_Log->verticalScrollBar()->setAutoFillBackground ( TRUE );
-
+#endif
textBrowser_Chat->setStyleSheet("QTextBrowser { "+ font1String +" font-size: 10px; color: #F0F0F0; background-color: #1D3B00; border:none; }");
lineEdit_ChatInput->setStyleSheet("QLineEdit { "+ font1String +" font-size: 10px; color: #F0F0F0; background-color: #1D3B00; border-top: 2px solid #286400; }");
-#endif
+
#ifdef __APPLE__
// tabWidget_Right->setStyleSheet("QTabWidget { "+ font1String +" font-size: 11px; background-color: #145300; }");