mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-25 07:38:11 +00:00
17 lines
385 B
QML
17 lines
385 B
QML
pragma Singleton
|
|
import QtQuick 2.7
|
|
|
|
import Common 1.0
|
|
|
|
// =============================================================================
|
|
|
|
QtObject {
|
|
property color backgroundColor: Colors.g
|
|
property color color: Colors.k
|
|
property int arrowSize: 8
|
|
property int delay: 500
|
|
property int fontSize: 9
|
|
property int margins: 8
|
|
property int padding: 4
|
|
property int radius: 4
|
|
}
|