mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Added missing Anki icon to debug window
This commit is contained in:
parent
300fba156e
commit
14692fb345
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
<property name="windowTitle">
|
||||
<string>Debug Console</string>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="icons.qrc">
|
||||
<normaloff>:/icons/anki.png</normaloff>:/icons/anki.png</iconset>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<widget class="QSplitter" name="splitter">
|
||||
|
|
Loading…
Reference in a new issue