mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-01 19:59:24 +00:00
14 lines
307 B
QML
14 lines
307 B
QML
pragma Singleton
|
|
import QtQml 2.2
|
|
|
|
// =============================================================================
|
|
|
|
QtObject {
|
|
property int height: 353
|
|
property int heightWithoutPresence: 284
|
|
property int width: 450
|
|
|
|
property QtObject accountSelector: QtObject {
|
|
property int height: 176
|
|
}
|
|
}
|