mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-25 07:38:11 +00:00
12 lines
277 B
QML
12 lines
277 B
QML
pragma Singleton
|
|
import QtQml 2.2
|
|
|
|
// =============================================================================
|
|
|
|
QtObject {
|
|
property int contentHeight: 32
|
|
property int height: 50
|
|
property int leftMargin: 14
|
|
property int rightMargin: 14
|
|
property int spacing: 14
|
|
}
|