mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
46d582ef0a
commit
7720e97db5
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ Label {
|
|||
id: myLabel
|
||||
color: subsurfaceTheme.textColor
|
||||
font.pointSize: subsurfaceTheme.regularPointSize
|
||||
lineHeight: 0.8
|
||||
property alias colorBackground: myLabelBackground.color
|
||||
|
||||
background: Rectangle {
|
||||
|
|
Loading…
Reference in a new issue