chatwindow win32 bugfix

This commit is contained in:
doitux
2007-10-16 20:34:20 +00:00
parent f4f654b5f3
commit e5e86a7e43
2 changed files with 3 additions and 115 deletions
+2 -2
View File
@@ -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; }");