mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Sync to mobilecomponents 67cf594b4ddc
Signed-off-by: Sebastian Kügler <sebas@kde.org>
This commit is contained in:
parent
6580f078d0
commit
3d3fce7152
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue