mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +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
|
id: myLabel
|
||||||
color: subsurfaceTheme.textColor
|
color: subsurfaceTheme.textColor
|
||||||
font.pointSize: subsurfaceTheme.regularPointSize
|
font.pointSize: subsurfaceTheme.regularPointSize
|
||||||
|
lineHeight: 0.8
|
||||||
property alias colorBackground: myLabelBackground.color
|
property alias colorBackground: myLabelBackground.color
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
|
|
Loading…
Reference in a new issue