mobile: reduce vertical white space around labels

Our labels all seem to have a lot of empty vertical space around them.
Try to be a bit more conservative with space.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-05-11 06:51:26 -07:00
parent 46d582ef0a
commit 7720e97db5

View file

@ -6,6 +6,7 @@ Label {
id: myLabel
color: subsurfaceTheme.textColor
font.pointSize: subsurfaceTheme.regularPointSize
lineHeight: 0.8
property alias colorBackground: myLabelBackground.color
background: Rectangle {