linphone-desktop/tests/ui/modules/Common/Styles/DroppableTextAreaStyle.qml
2016-11-04 17:37:23 +01:00

24 lines
503 B
QML

pragma Singleton
import QtQuick 2.7
import Common 1.0
// ===================================================================
QtObject {
property color backgroundColor: Colors.k
property QtObject fileChooserButton: QtObject {
property int margins: 6
property int size: 20
}
property QtObject hoverContent: QtObject {
property color backgroundColor: Colors.k
property QtObject text: QtObject {
property color color: Colors.i
property int fontSize: 11
}
}
}