linphone-desktop/tests/ui/modules/Linphone/Styles/ForceScrollBarStyle.qml
2016-09-27 09:25:17 +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.a
}
property Rectangle contentItem: Rectangle {
implicitHeight: 100
implicitWidth: 8
radius: 10
}
}