mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
12 lines
215 B
QML
12 lines
215 B
QML
pragma Singleton
|
|
import QtQuick 2.7
|
|
|
|
import 'qrc:/ui/style/global'
|
|
|
|
QtObject {
|
|
property string shadowColor: Colors.a
|
|
|
|
property Rectangle searchFieldBackground: Rectangle {
|
|
implicitHeight: 30
|
|
}
|
|
}
|