font sizes, accent colors
This commit is contained in:
@@ -93,10 +93,10 @@ Pane {
|
||||
}
|
||||
|
||||
Label {
|
||||
font.pixelSize: constants.fontSizeLarge
|
||||
Layout.fillWidth: true
|
||||
font.pixelSize: model.label !== '' ? constants.fontSizeLarge : constants.fontSizeMedium
|
||||
text: model.label !== '' ? model.label : '<no label>'
|
||||
color: model.label !== '' ? Material.accentColor : 'gray'
|
||||
color: model.label !== '' ? Material.foreground : 'gray'
|
||||
wrapMode: Text.Wrap
|
||||
maximumLineCount: 2
|
||||
elide: Text.ElideRight
|
||||
@@ -117,6 +117,7 @@ Pane {
|
||||
Label {
|
||||
font.pixelSize: constants.fontSizeSmall
|
||||
text: model.date
|
||||
color: Material.accentColor
|
||||
}
|
||||
Label {
|
||||
id: fiatLabel
|
||||
|
||||
Reference in New Issue
Block a user