Fix Java memory field alignment when warning label is visible

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2025-11-05 10:31:55 +00:00
parent f3bc2f0e9f
commit d5309ffb05

View File

@@ -191,13 +191,6 @@
<bool>false</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="3" column="0">
<widget class="QLabel" name="labelMaxMemNotice">
<property name="text">
<string>Memory Notice</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QLabel" name="label_3">
<property name="text">
@@ -346,6 +339,13 @@
</property>
</spacer>
</item>
<item row="3" column="0" colspan="4">
<widget class="QLabel" name="labelMaxMemNotice">
<property name="text">
<string>Memory Notice</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>