feat: Adding improvements to pressure estimations feature.
This commit is contained in:
@@ -304,9 +304,14 @@ public struct EquipmentMeasurementFormView: View {
|
||||
}
|
||||
|
||||
Section {
|
||||
Grid(alignment: .leading, horizontalSpacing: 60) {
|
||||
Grid(alignment: .leading, horizontalSpacing: 80) {
|
||||
gridRow(for: .airflow)
|
||||
}
|
||||
} header: {
|
||||
HStack {
|
||||
Spacer()
|
||||
Text(store.sharedSettings.equipmentMetadata.coolingCapacity.description)
|
||||
}
|
||||
} footer: {
|
||||
HStack {
|
||||
Spacer()
|
||||
|
||||
Reference in New Issue
Block a user