summaryrefslogtreecommitdiffstats
path: root/basicsuite/qtwebbrowser/tqtc-qtwebbrowser/src/qml/SettingsView.qml
diff options
context:
space:
mode:
authorJuho Annunen <juho.annunen@qt.io>2018-04-23 15:17:33 +0300
committerJuho Annunen <juho.annunen@qt.io>2018-05-07 09:31:23 +0000
commitda6035233fc3bcfbc4a3d65075ee4099349c09d0 (patch)
tree0419ef297d5fe3c91e216c765efb6525802be845 /basicsuite/qtwebbrowser/tqtc-qtwebbrowser/src/qml/SettingsView.qml
parente513aed3b9cb8ff3124c21ed01e45128fa686eee (diff)
Move common definitions to shared settings
Task-number: QTBUG-65302 Change-Id: I2153e2f2b4aa295e87098256354ed034480294df Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
Diffstat (limited to 'basicsuite/qtwebbrowser/tqtc-qtwebbrowser/src/qml/SettingsView.qml')
-rw-r--r--basicsuite/qtwebbrowser/tqtc-qtwebbrowser/src/qml/SettingsView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/basicsuite/qtwebbrowser/tqtc-qtwebbrowser/src/qml/SettingsView.qml b/basicsuite/qtwebbrowser/tqtc-qtwebbrowser/src/qml/SettingsView.qml
index 678b966..81397fd 100644
--- a/basicsuite/qtwebbrowser/tqtc-qtwebbrowser/src/qml/SettingsView.qml
+++ b/basicsuite/qtwebbrowser/tqtc-qtwebbrowser/src/qml/SettingsView.qml
@@ -73,7 +73,7 @@ Rectangle {
}
Rectangle{
- color: "#9d9faa"
+ color: toolBarSeparatorColor
height: 2
anchors.top: root.top
anchors.right: root.right