Fix unreadable buttons in attachments widget

* Fix #6648
This commit is contained in:
Jonathan White 2021-07-13 22:56:06 -04:00
parent 3a1560d2f6
commit 986fa42ca8

View File

@ -174,14 +174,7 @@
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<item> <item>
<widget class="EntryAttachmentsWidget" name="attachmentsWidget" native="true"> <widget class="EntryAttachmentsWidget" name="attachmentsWidget" native="true"/>
<property name="minimumSize">
<size>
<width>100</width>
<height>100</height>
</size>
</property>
</widget>
</item> </item>
</layout> </layout>
</widget> </widget>