mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
change editor action on cards/facts
This commit is contained in:
parent
e097991b4e
commit
df1118575a
1 changed files with 3 additions and 11 deletions
|
@ -86,7 +86,7 @@
|
|||
<item>
|
||||
<widget class="QGroupBox" name="actionGroup" >
|
||||
<property name="title" >
|
||||
<string>Actions on selected..</string>
|
||||
<string>Change</string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" >
|
||||
<property name="spacing" >
|
||||
|
@ -98,11 +98,7 @@
|
|||
<item>
|
||||
<widget class="QPushButton" name="factsButton" >
|
||||
<property name="text" >
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon" >
|
||||
<iconset resource="../icons.qrc" >
|
||||
<normaloff>:/icons/Anki_Fact.png</normaloff>:/icons/Anki_Fact.png</iconset>
|
||||
<string>Facts..</string>
|
||||
</property>
|
||||
<property name="autoDefault" >
|
||||
<bool>false</bool>
|
||||
|
@ -112,11 +108,7 @@
|
|||
<item>
|
||||
<widget class="QPushButton" name="cardsButton" >
|
||||
<property name="text" >
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon" >
|
||||
<iconset resource="../icons.qrc" >
|
||||
<normaloff>:/icons/Anki_Card.png</normaloff>:/icons/Anki_Card.png</iconset>
|
||||
<string>Cards..</string>
|
||||
</property>
|
||||
<property name="autoDefault" >
|
||||
<bool>false</bool>
|
||||
|
|
Loading…
Reference in a new issue