Increase font size

This commit is contained in:
Angela Mazzurco 2017-07-01 18:03:55 +02:00
parent 6ea85de4ba
commit 161bd4c227
3 changed files with 10 additions and 3 deletions

View file

@ -23,6 +23,9 @@ QtObject {
readonly property string colorSenderName: "cornflowerblue"
readonly property string colorMessageTime: "grey"
// Text
readonly property int messageTextSize: 15
}
@ -35,6 +38,7 @@ QtObject {
property QtObject msgComposer: QtObject{
readonly property string placeHolder: "Send message..."
readonly property int maxHeight: 180
readonly property int messageBoxTextSize: 15
property QtObject background: Rectangle {
color: "transparent"
@ -44,8 +48,8 @@ QtObject {
// Button Icon
property QtObject btnIcon: QtObject{
readonly property int width: 40
readonly property int height: 40
readonly property int width: 35
readonly property int height: 35
readonly property int margin: 5