summaryrefslogtreecommitdiff
path: root/src/urlbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlbar.cpp')
-rw-r--r--src/urlbar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/urlbar.cpp b/src/urlbar.cpp
index 07b5168b..cde55cb3 100644
--- a/src/urlbar.cpp
+++ b/src/urlbar.cpp
@@ -45,8 +45,8 @@ UrlBar::UrlBar(QWidget *parent)
setLayout(layout);
m_defaultBaseColor = palette().color(QPalette::Base);
- setPalette( QPalette(Qt::white) );
- setAutoFillBackground( true );
+// setPalette( QPalette(Qt::white) );
+ setAutoFillBackground( false );
webViewIconChanged();
}