mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-19 16:38:28 +00:00
10 lines
225 B
QML
10 lines
225 B
QML
pragma Singleton
|
|
import QtQml 2.2
|
|
|
|
// =============================================================================
|
|
|
|
QtObject {
|
|
property int height: 234
|
|
property int heightWithoutPresence: 165
|
|
property int width: 450
|
|
}
|