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> </widget>
</item> </item>
<item row="0" column="1" colspan="5"> <item row="0" column="1" colspan="5">
<widget class="FileField" name="fileField" native="true"> <widget class="FileField" name="fileField" native="true"/>
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</widget>
</item> </item>
</layout> </layout>
</widget> </widget>