mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
12 lines
273 B
QML
12 lines
273 B
QML
pragma Singleton
|
|
import QtQuick 2.7
|
|
|
|
// =============================================================================
|
|
|
|
QtObject {
|
|
property int height: 420
|
|
property int leftMargin: 35
|
|
property int rightMargin: 35
|
|
property int spacing: 10
|
|
property int width: 450
|
|
}
|