mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Use the icon for the profiles selection dialog as well.
This commit is contained in:
parent
bc62c06e3c
commit
eafac36341
1 changed files with 7 additions and 1 deletions
|
@ -13,6 +13,10 @@
|
|||
<property name="windowTitle">
|
||||
<string>Profiles</string>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="icons.qrc">
|
||||
<normaloff>:/icons/anki.png</normaloff>:/icons/anki.png</iconset>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||
<item>
|
||||
<widget class="QLabel" name="label_2">
|
||||
|
@ -109,6 +113,8 @@
|
|||
<tabstop>delete_2</tabstop>
|
||||
<tabstop>quit</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="icons.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
|
Loading…
Reference in a new issue