mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
qt: Set modal overlay hide button as default
This commit is contained in:
parent
ed6ae8059c
commit
cfdd89589b
1 changed files with 6 additions and 0 deletions
|
|
@ -351,6 +351,12 @@ QLabel { color: rgb(40,40,40); }</string>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Hide</string>
|
<string>Hide</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="focusPolicy">
|
||||||
|
<enum>Qt::StrongFocus</enum>
|
||||||
|
</property>
|
||||||
|
<property name="default">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue