linphone-desktop/tests/ui/style/components/SearchBoxStyle.qml
2016-09-26 11:21:52 +02:00

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
}
}