Update close translator icon to svg

This commit is contained in:
Luis Ángel San Martín 2022-10-21 17:58:51 +02:00
parent 0b37c7c684
commit c8f8c5661f
4 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ YACReaderTranslator::YACReaderTranslator(Viewer *parent)
// TITLE BAR
auto titleBar = new QHBoxLayout();
auto close = new QPushButton(QIcon(QPixmap(":/images/close.png")), "");
auto close = new QPushButton(QIcon(":/images/close.svg"), "");
close->setFlat(true);
auto title = new QLabel(tr("YACReader translator"));
title->setStyleSheet("QLabel {font-size:18px; font-family:Arial; color:white;}");

View File

@ -9,7 +9,7 @@
<file>../images/flow4.png</file>
<file>../images/flow5.png</file>
<file>../images/notCover.png</file>
<file>../images/close.png</file>
<file>../images/close.svg</file>
<file>../images/up.png</file>
<file>../images/down.png</file>
<file>../images/imgCenterSlide.png</file>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 B

BIN
images/close.svg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B