mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
Make browser links unfocusable
Since Enter would trigger Accept anyway, there is no point in them having focus.
This commit is contained in:
parent
4666ba8b70
commit
6c7b195da8
1 changed files with 6 additions and 0 deletions
|
@ -64,6 +64,9 @@
|
|||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="1" column="0">
|
||||
<widget class="QPushButton" name="search_button">
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::NoFocus</enum>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>SEARCH_VIEW_IN_BROWSER</string>
|
||||
</property>
|
||||
|
@ -125,6 +128,9 @@
|
|||
<layout class="QGridLayout" name="gridLayout_3">
|
||||
<item row="0" column="0">
|
||||
<widget class="QPushButton" name="search_button_2">
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::NoFocus</enum>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>SEARCH_VIEW_IN_BROWSER</string>
|
||||
</property>
|
||||
|
|
Loading…
Reference in a new issue