mirror of
https://github.com/tnodir/fort
synced 2024-11-15 08:46:03 +00:00
UI: Improve New-Version-Download icon.
This commit is contained in:
parent
c4d2ff700e
commit
2d6493676c
@ -336,7 +336,7 @@ void OptionsPage::setupNewVersionBox()
|
||||
colLayout->addWidget(m_labelNewVersion, 0, Qt::AlignHCenter);
|
||||
|
||||
// Button
|
||||
m_btNewVersion = ControlUtil::createLinkButton(":/images/server_compressed.png");
|
||||
m_btNewVersion = ControlUtil::createLinkButton(":/icons/gift.png");
|
||||
|
||||
connect(m_btNewVersion, &QAbstractButton::clicked, this, &OptionsPage::onLinkClicked);
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
<file>icons/floppy.png</file>
|
||||
<file>icons/folder.png</file>
|
||||
<file>icons/funnel.png</file>
|
||||
<file>icons/gift.png</file>
|
||||
<file>icons/globe.png</file>
|
||||
<file>icons/home.png</file>
|
||||
<file>icons/map-map-marker.png</file>
|
||||
|
@ -6,7 +6,6 @@
|
||||
<file>images/folder_error.png</file>
|
||||
<file>images/folder_explore.png</file>
|
||||
<file>images/folder_user.png</file>
|
||||
<file>images/server_compressed.png</file>
|
||||
<file>images/server_go.png</file>
|
||||
<file>images/shield.png</file>
|
||||
<file>images/sheild-96.png</file>
|
||||
|
BIN
src/ui/icons/gift.png
Normal file
BIN
src/ui/icons/gift.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 559 B |
Loading…
Reference in New Issue
Block a user