Fix spacing on info section

This commit is contained in:
spiros
2024-06-18 21:42:56 +03:00
parent 7add7d4c55
commit 69b86f46a4

View File

@@ -111,6 +111,9 @@
<layout class="QHBoxLayout" name="info">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="healthStatusLabel">
<property name="text">
@@ -120,6 +123,12 @@
</item>
<item>
<widget class="QLabel" name="healthStatusValueLabel">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 255, 0);</string>
</property>
@@ -128,6 +137,22 @@
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Policy::Maximum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="temperatureLabel">
<property name="text">
@@ -140,7 +165,7 @@
<property name="maximumSize">
<size>
<width>16777215</width>
<height>50</height>
<height>35</height>
</size>
</property>
<property name="styleSheet">
@@ -151,6 +176,22 @@
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Policy::Maximum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>