summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorRoopesh Chander <roop@forwardbias.in>2009-11-04 00:54:06 +0530
committerRoopesh Chander <roop@forwardbias.in>2009-11-04 00:54:06 +0530
commit58d4e8cd3be3b982b9907a029e1f1176d8a5cde3 (patch)
tree8102793761296d813282b99c52d7e860bd66d667 /mainwindow.cpp
parent1fc362a8cdd555f6e22faecbfc51fde59e8aaac2 (diff)
some cosmetic changes
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 229af63..76cd473 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -26,6 +26,7 @@ MainWindow::MainWindow(QWidget *parent) :
m_settings = new QSettings("Nokia", "WebScraps", this);
loadSettings();
+ setBackgroundBrush(Qt::black);
}
void MainWindow::initGraphicsView() {