add avatars

about changes
This commit is contained in:
doitux
2007-06-05 00:48:05 +00:00
parent 28556c2acb
commit 5cef146eab
25 changed files with 116 additions and 73 deletions
@@ -25,4 +25,11 @@ aboutPokerthImpl::aboutPokerthImpl(QWidget *parent)
setupUi(this);
QPalette myPalette = textBrowser->palette();
QColor myColor = myPalette.color(QPalette::Window);
myPalette.setColor(QPalette::Base, myColor);
textBrowser->setPalette(myPalette);
textBrowser_2->setPalette(myPalette);
textBrowser_3->setPalette(myPalette);
}