mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-20 21:28:07 +00:00
9 lines
183 B
QML
9 lines
183 B
QML
pragma Singleton
|
|
import QtQml 2.2
|
|
|
|
// =============================================================================
|
|
|
|
QtObject {
|
|
property int height: 416
|
|
property int width: 450
|
|
}
|