linphone-desktop/tests/ui/modules/Linphone/Styles/CollapseStyle.qml
2016-10-05 15:53:54 +02:00

13 lines
284 B
QML

pragma Singleton
import QtQuick 2.7
QtObject {
property int animationDuration: 200
property int iconSize: 32
property Rectangle background: Rectangle {
// Do not use `Colors` singleton.
// Collapse uses an icon without background color.
color: 'transparent'
}
}