mirror of
https://github.com/YACReader/yacreader
synced 2025-11-14 05:52:49 -05:00
Replace more icons with svg
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user