From 8daee5ab8d878fb1819ba6b615e6ee96a4a11742 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 6 Mar 2006 19:14:16 +0000 Subject: *** empty log message *** --- client/aboutwindow.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/aboutwindow.cc') diff --git a/client/aboutwindow.cc b/client/aboutwindow.cc index 849608d..9be7c32 100644 --- a/client/aboutwindow.cc +++ b/client/aboutwindow.cc @@ -44,7 +44,9 @@ AboutWindow::AboutWindow( QWidget* parent) resize(pix_about->width(), pix_about->height()); - // setBackgroundColor(QColor(200,200,200)); + QPalette palette; + palette.setColor(backgroundRole(), QColor(200,200,200)); + setPalette(palette); btn_ok = new QPushButton(this); btn_ok->setText("OK"); -- cgit v1.2.3