fixes 8106, by adjusting the spacing of the about dialog

This commit is contained in:
sithlord48
2025-01-19 23:18:14 -05:00
committed by Nick Bolton
parent 2ccf0c6639
commit 0f5bcd6d12

View File

@ -29,6 +29,9 @@
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>12</number>
</property>
<item>
<widget class="QWidget" name="frameLogo" native="true">
<property name="sizePolicy">
@ -286,6 +289,22 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Policy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>6</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QGroupBox" name="groupBox_17">
<property name="sizePolicy">