linphone-desktop/tests/ui/Linphone/Styles/ScrollBarStyle.qml
2016-09-26 15:34:33 +02:00

19 lines
385 B
QML

pragma Singleton
import QtQuick 2.7
import Linphone 1.0
QtObject {
property string color: Constants.colors.c
property string pressedColor: Constants.colors.b
property Rectangle background: Rectangle {
color: Constants.colors.d
}
property Rectangle contentItem: Rectangle {
implicitHeight: 100
implicitWidth: 8
radius: 10
}
}