mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
reset main window to click focus
This commit is contained in:
parent
c302742c92
commit
cfb04ca8c6
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@
|
|||
</size>
|
||||
</property>
|
||||
<property name="focusPolicy" >
|
||||
<enum>Qt::TabFocus</enum>
|
||||
<enum>Qt::ClickFocus</enum>
|
||||
</property>
|
||||
<property name="frameShape" >
|
||||
<enum>QFrame::NoFrame</enum>
|
||||
|
|
Loading…
Reference in a new issue