linphone-desktop/tests/ui/modules/Common/Styles/DroppableTextAreaStyle.qml
2016-12-28 14:23:52 +01:00

24 lines
513 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
}
}
}