skinning is basically completed now. error handling and bugfixes will follow ;-)

This commit is contained in:
doitux
2009-04-02 16:59:28 +00:00
parent b944852a4e
commit 543513ad5d
7 changed files with 265 additions and 74 deletions
+3 -2
View File
@@ -3164,8 +3164,9 @@ void gameTableImpl::refreshActionButtonFKeyIndicator(bool clear)
void gameTableImpl::refreshGameTableStyle()
{
myGameTableStyle->setLogStyle(textBrowser_Log);
myGameTableStyle->setChatStyle(textBrowser_Chat);
myGameTableStyle->setWindowsGeometry(this);
myGameTableStyle->setChatLogStyle(textBrowser_Log);
myGameTableStyle->setChatLogStyle(textBrowser_Chat);
myGameTableStyle->setChatInputStyle(lineEdit_ChatInput);
int i;