chore: Update Padlock icon

This commit is contained in:
sithlord48
2024-10-10 18:38:48 -04:00
committed by Chris Rizzitello
parent b3775eb6fd
commit 8340f106e7
4 changed files with 18 additions and 3 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -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">