mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
allow 'continue reviewing' button to default
This commit is contained in:
parent
3f551e70f9
commit
37490f1046
1 changed files with 4 additions and 1 deletions
|
@ -731,6 +731,9 @@
|
|||
<height>16</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="default">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
@ -2713,7 +2716,7 @@
|
|||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>557</width>
|
||||
<height>21</height>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuHelp">
|
||||
|
|
Loading…
Reference in a new issue