mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-08 19:12:33 +02:00
qt: Set modal overlay hide button as default
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user