diff options
Diffstat (limited to 'qt-mobile')
-rw-r--r-- | qt-mobile/qml/mobilecomponents/ListItemWithActions.qml | 2 | ||||
-rw-r--r-- | qt-mobile/qml/mobilecomponents/Page.qml | 2 | ||||
-rw-r--r-- | qt-mobile/qml/mobilecomponents/Theme.qml | 2 |
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" |