qt: Set modal overlay hide button as default

This commit is contained in:
João Barbosa 2018-03-06 15:10:33 +00:00
parent ed6ae8059c
commit cfdd89589b

View file

@ -351,6 +351,12 @@ QLabel { color: rgb(40,40,40); }</string>
<property name="text">
<string>Hide</string>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
</item>
</layout>