summaryrefslogtreecommitdiffstats
path: root/src/qml/NavigationBar.qml
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@theqtcompany.com>2015-08-13 16:46:04 +0200
committerAndras Becsi <andras.becsi@theqtcompany.com>2015-08-13 16:46:04 +0200
commita061baba58c655c9d71b65209097beb8f7d41213 (patch)
tree10649f288b9758a25e9582dcfdb825cd6aff3740 /src/qml/NavigationBar.qml
parentb3305ab9b167bd1c001d920a5ae4b4786f047bc5 (diff)
Add new application icon and fix some style issues
Show the grey icon for blank pages in the carousel and add color icon to the center of the view for blank pages until navigation starts.
Diffstat (limited to 'src/qml/NavigationBar.qml')
-rw-r--r--src/qml/NavigationBar.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/NavigationBar.qml b/src/qml/NavigationBar.qml
index a463801..6fe9247 100644
--- a/src/qml/NavigationBar.qml
+++ b/src/qml/NavigationBar.qml
@@ -400,7 +400,7 @@ ToolBar {
style: ProgressBarStyle {
background: Rectangle {
height: 3
- color: "#e4e4e4"
+ color: emptyBackgroundColor
}
progress: Rectangle {
color: settingsView.privateBrowsingEnabled ? "#46a2da" : "#317198"