Mobile: ensure there's some space between date and depth/duration
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2c9bf775b7
commit
9e09a7d920
@ -82,6 +82,11 @@ Item {
|
||||
font.pointSize: subsurfaceTheme.smallPointSize
|
||||
color: subsurfaceTheme.textColor
|
||||
}
|
||||
// spacer, just in case
|
||||
Controls.Label {
|
||||
text: " "
|
||||
width: Kirigami.Units.largeSpacing
|
||||
}
|
||||
// let's try to show the depth / duration very compact
|
||||
Controls.Label {
|
||||
text: depthDuration
|
||||
|
||||
@ -148,6 +148,11 @@ Kirigami.ScrollablePage {
|
||||
font.pointSize: subsurfaceTheme.smallPointSize
|
||||
color: innerListItem.checked ? subsurfaceTheme.darkerPrimaryTextColor : secondaryTextColor
|
||||
}
|
||||
// spacer, just in case
|
||||
Controls.Label {
|
||||
text: " "
|
||||
width: Kirigami.Units.largeSpacing
|
||||
}
|
||||
// let's try to show the depth / duration very compact
|
||||
Controls.Label {
|
||||
text: (undefined !== depthDuration) ? depthDuration : ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user