Replace more icons with svg

This commit is contained in:
Luis Ángel San Martín
2022-10-22 11:40:49 +02:00
parent 8f1c63fcf0
commit 75c08885be
25 changed files with 39 additions and 29 deletions

View File

@ -116,7 +116,7 @@ void YACReaderMainToolBar::resizeEvent(QResizeEvent *event)
void YACReaderMainToolBar::addDivider()
{
QPixmap img(":/images/main_toolbar/divider.png");
QPixmap img(":/images/main_toolbar/divider.svg");
QLabel *divider = new QLabel();
divider->setPixmap(img);