mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
no autodefault on display props, fix tab order
This commit is contained in:
parent
d6238ee34c
commit
907b711c25
1 changed files with 30 additions and 2 deletions
|
@ -300,8 +300,8 @@
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>960</width>
|
<width>348</width>
|
||||||
<height>480</height>
|
<height>317</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<attribute name="title" >
|
<attribute name="title" >
|
||||||
|
@ -556,6 +556,9 @@
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Close</string>
|
<string>Close</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="autoDefault" >
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
@ -613,6 +616,31 @@
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<tabstops>
|
<tabstops>
|
||||||
|
<tabstop>tabWidget</tabstop>
|
||||||
|
<tabstop>cardList</tabstop>
|
||||||
|
<tabstop>questionFont</tabstop>
|
||||||
|
<tabstop>questionSize</tabstop>
|
||||||
|
<tabstop>questionColour</tabstop>
|
||||||
|
<tabstop>questionAlign</tabstop>
|
||||||
|
<tabstop>answerFont</tabstop>
|
||||||
|
<tabstop>answerSize</tabstop>
|
||||||
|
<tabstop>answerColour</tabstop>
|
||||||
|
<tabstop>answerAlign</tabstop>
|
||||||
|
<tabstop>backgroundColour</tabstop>
|
||||||
|
<tabstop>fieldList</tabstop>
|
||||||
|
<tabstop>useFamily</tabstop>
|
||||||
|
<tabstop>fontFamily</tabstop>
|
||||||
|
<tabstop>useSize</tabstop>
|
||||||
|
<tabstop>fontSize</tabstop>
|
||||||
|
<tabstop>useColour</tabstop>
|
||||||
|
<tabstop>fontColour</tabstop>
|
||||||
|
<tabstop>useFamilyEdit</tabstop>
|
||||||
|
<tabstop>fontFamilyEdit</tabstop>
|
||||||
|
<tabstop>useSizeEdit</tabstop>
|
||||||
|
<tabstop>fontSizeEdit</tabstop>
|
||||||
|
<tabstop>helpButton</tabstop>
|
||||||
|
<tabstop>preview</tabstop>
|
||||||
|
<tabstop>closeButton</tabstop>
|
||||||
<tabstop>question</tabstop>
|
<tabstop>question</tabstop>
|
||||||
<tabstop>answer</tabstop>
|
<tabstop>answer</tabstop>
|
||||||
</tabstops>
|
</tabstops>
|
||||||
|
|
Loading…
Reference in a new issue