qt: fix filefield size (was bad on macos)

This commit is contained in:
ts-korhonen
2022-02-05 17:47:42 +02:00
parent 6e3023ceab
commit 6ffa0a9640

View File

@@ -193,14 +193,7 @@
</widget>
</item>
<item row="0" column="1" colspan="5">
<widget class="FileField" name="fileField" native="true">
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</widget>
<widget class="FileField" name="fileField" native="true"/>
</item>
</layout>
</widget>