linphone-desktop/linphone-app/ui/modules/Linphone/Styles/Contact/ContactStyle.qml
2021-11-03 16:56:09 +01:00

20 lines
622 B
QML

pragma Singleton
import QtQml 2.2
import ColorsList 1.0
// =============================================================================
QtObject {
property string sectionName: 'Contact'
property int contentHeight: 32
property int height: 50
property int leftMargin: 14
property int rightMargin: 14
property int spacing: 14
property QtObject groupChat: QtObject {
property string icon: 'chat_room_custom'
property color color: ColorsList.addImageColor(sectionName+'_groupChat', icon, 'g').color
property color avatarColor: ColorsList.addImageColor(sectionName+'_groupChat_onAvatar', icon, 'q').color
}
}