summaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Sebastian Kügler <sebas@kde.org>2015-11-29 21:24:55 +0100
committerGravatar Sebastian Kügler <sebas@kde.org>2015-11-29 21:24:55 +0100
commit3d3fce7152d2748818a668e4b3380f38541adca1 (patch)
tree2c7afe1cea1cd38fedff24a5b21cf0357f9c25dd /qt-mobile
parent6580f078d0ae1d912d9a6b12e2769060b4c77f4b (diff)
downloadsubsurface-3d3fce7152d2748818a668e4b3380f38541adca1.tar.gz
Sync to mobilecomponents 67cf594b4ddc
Signed-off-by: Sebastian Kügler <sebas@kde.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qml/mobilecomponents/ListItemWithActions.qml2
-rw-r--r--qt-mobile/qml/mobilecomponents/Page.qml2
-rw-r--r--qt-mobile/qml/mobilecomponents/Theme.qml2
3 files changed, 3 insertions, 3 deletions
diff --git a/qt-mobile/qml/mobilecomponents/ListItemWithActions.qml b/qt-mobile/qml/mobilecomponents/ListItemWithActions.qml
index 9d54fda24..97eba1c71 100644
--- a/qt-mobile/qml/mobilecomponents/ListItemWithActions.qml
+++ b/qt-mobile/qml/mobilecomponents/ListItemWithActions.qml
@@ -18,7 +18,7 @@
*/
import QtQuick 2.1
-import QtQuick.Layouts 1.3
+import QtQuick.Layouts 1.2
import QtQuick.Controls 1.0
import org.kde.plasma.mobilecomponents 0.2
import QtGraphicalEffects 1.0
diff --git a/qt-mobile/qml/mobilecomponents/Page.qml b/qt-mobile/qml/mobilecomponents/Page.qml
index 43ec43a49..784ce8037 100644
--- a/qt-mobile/qml/mobilecomponents/Page.qml
+++ b/qt-mobile/qml/mobilecomponents/Page.qml
@@ -18,7 +18,7 @@
*/
import QtQuick 2.1
-import QtQuick.Layouts 1.3
+import QtQuick.Layouts 1.2
import org.kde.plasma.mobilecomponents 0.2
import "private"
diff --git a/qt-mobile/qml/mobilecomponents/Theme.qml b/qt-mobile/qml/mobilecomponents/Theme.qml
index 07bb561bd..fd8c49ba2 100644
--- a/qt-mobile/qml/mobilecomponents/Theme.qml
+++ b/qt-mobile/qml/mobilecomponents/Theme.qml
@@ -36,7 +36,7 @@ QtObject {
property color textColor: Qt.rgba(0,0,0, 0.54)
property color highlightColor: "#2196F3"
- property color backgroundColor: "#f3f3f3"
+ property color backgroundColor: "#eff0f1"
property color linkColor: "#2196F3"
property color visitedLinkColor: "#2196F3"