fix(ui/views/App/Styles/Calls/CallStyle): set a small font size

This commit is contained in:
Ronan Abhamon 2017-06-12 11:01:10 +02:00
parent 356634e9b2
commit 271f771c49

View file

@ -91,7 +91,7 @@ QtObject {
property QtObject text: QtObject {
property color colorA: Colors.j
property color colorB: Colors.i
property int pointSize: Units.dp * 12
property int pointSize: Units.dp * 10
property int wordsSpacing: 5
}
}