linphone-desktop/linphone-app/ui/modules/Common/Styles/Form/StackViewStyle.qml
Julien Wadel efcb67944e New Layout : Active Speaker (without miniatures)
New settings menu to change layout.
New GUI object : StackView and RadioButton.
2022-05-13 17:38:43 +02:00

18 lines
393 B
QML

pragma Singleton
import QtQml 2.2
import ColorsList 1.0
// =============================================================================
QtObject {
property string sectionName: 'StackView'
property int bottomMargin: 35
property int leftMargin: 90
property int rightMargin: 90
property int topMargin: 50
property QtObject stackAnimation: QtObject {
property int duration: 400
}
}