1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

OP-960 Fixed spacing

+review OPReview-481
This commit is contained in:
Alessio Morale 2013-05-21 08:29:35 +02:00
parent 81e10c9d1b
commit 2e3e5be053

View File

@ -100,7 +100,7 @@ void SystemHealthGadgetWidget::updateAlarms(UAVObject *systemAlarm)
for (uint i = 0; i < field->getNumElements(); ++i) {
QString element = field->getElementNames()[i];
QString value = field->getValue(i).toString();
if (!missingElements->contains(element)){
if (!missingElements->contains(element)) {
if (m_renderer->elementExists(element)) {
QMatrix blockMatrix = m_renderer->matrixForElement(element);
qreal startX = blockMatrix.mapRect(m_renderer->boundsOnElement(element)).x();