mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-26 00:08:13 +00:00
12 lines
194 B
QML
12 lines
194 B
QML
pragma Singleton
|
|
import QtQuick 2.7
|
|
|
|
import Linphone 1.0
|
|
|
|
QtObject {
|
|
property color shadowColor: Colors.f
|
|
|
|
property Rectangle searchFieldBackground: Rectangle {
|
|
implicitHeight: 30
|
|
}
|
|
}
|