Draft: fix size of file button in Hatch task panel

Fixes #22790.

To keep the file button at the correct size a vertical bottom spacer is required.
This commit is contained in:
Roy-043
2025-07-28 20:40:20 +02:00
committed by Chris Hennes
parent 77263e73af
commit ab1db2c231

View File

@@ -94,6 +94,13 @@ This setting modifies the Translate property.</string>
</property>
</widget>
</item>
<item row="5" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>