mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-24 15:18:07 +00:00
12 lines
192 B
QML
12 lines
192 B
QML
pragma Singleton
|
|
import QtQuick 2.7
|
|
|
|
import Common 1.0
|
|
|
|
QtObject {
|
|
property color shadowColor: Colors.f
|
|
|
|
property Rectangle searchFieldBackground: Rectangle {
|
|
implicitHeight: 30
|
|
}
|
|
}
|