Addons manager close button

This commit is contained in:
triplus
2020-01-29 17:50:27 +01:00
committed by Yorik van Havre
parent 7d6f0f3626
commit b5b32c8aa8
2 changed files with 15 additions and 0 deletions

View File

@@ -151,6 +151,19 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonClose">
<property name="toolTip">
<string>Close the addons manager</string>
</property>
<property name="text">
<string>Close</string>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>