chore: Update Padlock icon
This commit is contained in:
committed by
Chris Rizzitello
parent
b3775eb6fd
commit
8340f106e7
@ -7,7 +7,7 @@
|
||||
<file>icons/256x256/app.ico</file>
|
||||
<file>image/logo-light.png</file>
|
||||
<file>image/logo-dark.png</file>
|
||||
<file>icons/16x16/padlock.png</file>
|
||||
<file>icons/64x64/padlock.png</file>
|
||||
<file>icons/64x64/tray-dark.png</file>
|
||||
<file>icons/64x64/tray-light.png</file>
|
||||
<file>image/welcome.png</file>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 450 B |
BIN
res/gui/icons/64x64/padlock.png
Normal file
BIN
res/gui/icons/64x64/padlock.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
@ -501,9 +501,24 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../../../res/gui/app.qrc">:/icons/16x16/padlock.png</pixmap>
|
||||
<pixmap resource="../../../../res/gui/app.qrc">:/icons/64x64/padlock.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>32</width>
|
||||
<height>32</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>32</width>
|
||||
<height>32</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="scaledContents">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="m_pStatusLabel">
|
||||
|
||||
Reference in New Issue
Block a user