Skip to content

Commit cfdd895

Browse files
committed
qt: Set modal overlay hide button as default
1 parent ed6ae80 commit cfdd895

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/qt/forms/modaloverlay.ui

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,12 @@ QLabel { color: rgb(40,40,40); }</string>
351351
<property name="text">
352352
<string>Hide</string>
353353
</property>
354+
<property name="focusPolicy">
355+
<enum>Qt::StrongFocus</enum>
356+
</property>
357+
<property name="default">
358+
<bool>true</bool>
359+
</property>
354360
</widget>
355361
</item>
356362
</layout>

0 commit comments

Comments
 (0)