linphone-desktop/ui/modules/Common/Styles/Window/WindowStyle.qml
2017-06-19 00:32:25 +02:00

12 lines
238 B
QML

pragma Singleton
import QtQml 2.2
import Colors 1.0
// =============================================================================
QtObject {
property QtObject transientWindow: QtObject {
property color color: Colors.l80
}
}