Improved label readability, handled non critical exception about filtering without a loaded DB

This commit is contained in:
Marco Dalla Tiezza
2024-06-12 23:16:48 +02:00
parent dde223d2ac
commit 79891899ce
4 changed files with 87 additions and 78 deletions

View File

@@ -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
}
}
}