mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-01 11:39:26 +00:00
12 lines
205 B
QML
12 lines
205 B
QML
pragma Singleton
|
|
import QtQuick 2.7
|
|
|
|
import AppStyle 1.0
|
|
|
|
QtObject {
|
|
property string shadowColor: Colors.a
|
|
|
|
property Rectangle searchFieldBackground: Rectangle {
|
|
implicitHeight: 30
|
|
}
|
|
}
|