From e5e86a7e4366184efd4ddaa461c111c5d3eb6223 Mon Sep 17 00:00:00 2001 From: doitux Date: Tue, 16 Oct 2007 20:34:20 +0000 Subject: [PATCH] chatwindow win32 bugfix --- src/gui/qt/mainwindow.ui | 114 +---------------------- src/gui/qt/mainwindow/mainwindowimpl.cpp | 4 +- 2 files changed, 3 insertions(+), 115 deletions(-) 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; }");