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

17 lines
385 B
QML

pragma Singleton
import QtQuick 2.7
import Common 1.0
// =============================================================================
QtObject {
property color backgroundColor: Colors.g
property color color: Colors.k
property int arrowSize: 8
property int delay: 500
property int fontSize: 9
property int margins: 8
property int padding: 4
property int radius: 4
}