linphone-desktop/tests/ui/modules/Linphone/Styles/CollapseStyle.qml
2016-09-27 11:51:37 +02:00

13 lines
241 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'
}
}