Improved label readability, handled non critical exception about filtering without a loaded DB
This commit is contained in:
@@ -301,11 +301,12 @@ Page {
|
||||
|
||||
Label {
|
||||
id: summaryFreq
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
color: Material.color(Material.Green)
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
font.pointSize: 16
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -390,11 +391,12 @@ Page {
|
||||
}
|
||||
Label {
|
||||
id: summaryBand
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
color: Material.color(Material.Green)
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
font.pointSize: 16
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -465,11 +467,12 @@ Page {
|
||||
}
|
||||
Label {
|
||||
id: summaryACF
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
color: Material.color(Material.Green)
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
font.pointSize: 16
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user