add tall grass icon
This commit is contained in:
parent
3c2b7a8df7
commit
f3928d2c6d
3 changed files with 6 additions and 1 deletions
|
@ -237,7 +237,7 @@
|
|||
</sizepolicy>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>4</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="tabsClosable">
|
||||
<bool>false</bool>
|
||||
|
@ -2694,6 +2694,10 @@
|
|||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" name="tab_WildMons">
|
||||
<attribute name="icon">
|
||||
<iconset resource="../resources/images.qrc">
|
||||
<normaloff>:/icons/tall_grass.ico</normaloff>:/icons/tall_grass.ico</iconset>
|
||||
</attribute>
|
||||
<attribute name="title">
|
||||
<string>Wild Pokemon</string>
|
||||
</attribute>
|
||||
|
|
BIN
resources/icons/tall_grass.ico
Normal file
BIN
resources/icons/tall_grass.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -25,6 +25,7 @@
|
|||
<file>icons/folder_map_opened.ico</file>
|
||||
<file>icons/map_edited.ico</file>
|
||||
<file>icons/map_opened.ico</file>
|
||||
<file>icons/tall_grass.ico</file>
|
||||
<file>icons/sort_alphabet.ico</file>
|
||||
<file>icons/sort_map.ico</file>
|
||||
<file>icons/sort_number.ico</file>
|
||||
|
|
Loading…
Reference in a new issue