Fix Java memory field alignment when warning label is visible (#4303)

This commit is contained in:
timoreo
2025-11-06 09:32:35 +01:00
committed by GitHub

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>