mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-29 01:39:19 +00:00
10 lines
210 B
QML
10 lines
210 B
QML
pragma Singleton
|
|
import QtQml 2.2
|
|
|
|
// =============================================================================
|
|
|
|
QtObject {
|
|
property int height: 420
|
|
property int spacing: 10
|
|
property int width: 450
|
|
}
|