linphone-desktop/tests/ui/style/ComponentsStyle/CollapseStyle.qml
2016-09-26 14:30:04 +02:00

12 lines
240 B
QML

pragma Singleton
import QtQuick 2.7
QtObject {
property int animationDuration: 200
property int iconSize: 32
property string icon: 'collapse'
property Rectangle background: Rectangle {
color: 'transparent'
}
}