Convert more icons to SVG
@ -45,11 +45,11 @@ FolderContentView::FolderContentView(QWidget *parent)
|
||||
|
||||
auto horizontalLayout = new QHBoxLayout();
|
||||
QLabel *smallLabel = new QLabel();
|
||||
smallLabel->setPixmap(QPixmap(":/images/comics_view_toolbar/small_size_grid_zoom.png"));
|
||||
smallLabel->setPixmap(hdpiPixmap(":/images/comics_view_toolbar/small_size_grid_zoom.svg", QSize(18, 18)));
|
||||
horizontalLayout->addWidget(smallLabel);
|
||||
horizontalLayout->addWidget(coverSizeSlider, 0, Qt::AlignVCenter);
|
||||
QLabel *bigLabel = new QLabel();
|
||||
bigLabel->setPixmap(QPixmap(":/images/comics_view_toolbar/big_size_grid_zoom.png"));
|
||||
bigLabel->setPixmap(hdpiPixmap(":/images/comics_view_toolbar/big_size_grid_zoom.svg", QSize(18, 18)));
|
||||
horizontalLayout->addWidget(bigLabel);
|
||||
horizontalLayout->addSpacing(10);
|
||||
horizontalLayout->setContentsMargins(0, 0, 0, 0);
|
||||
|
@ -145,7 +145,7 @@ GridComicsView::GridComicsView(QWidget *parent)
|
||||
QQmlProperty(infoContainer, "width").write(settings->value(COMICS_GRID_INFO_WIDTH, 350));
|
||||
|
||||
showInfoAction = new QAction(tr("Show info"), this);
|
||||
showInfoAction->setIcon(QIcon(":/images/comics_view_toolbar/show_comic_info.png"));
|
||||
showInfoAction->setIcon(QIcon(":/images/comics_view_toolbar/show_comic_info.svg"));
|
||||
showInfoAction->setCheckable(true);
|
||||
showInfoAction->setChecked(showInfo);
|
||||
connect(showInfoAction, &QAction::toggled, this, &GridComicsView::showInfo);
|
||||
@ -179,11 +179,11 @@ void GridComicsView::createCoverSizeSliderWidget()
|
||||
|
||||
auto horizontalLayout = new QHBoxLayout();
|
||||
QLabel *smallLabel = new QLabel();
|
||||
smallLabel->setPixmap(QPixmap(":/images/comics_view_toolbar/small_size_grid_zoom.png"));
|
||||
smallLabel->setPixmap(hdpiPixmap(":/images/comics_view_toolbar/small_size_grid_zoom.svg", QSize(18, 18)));
|
||||
horizontalLayout->addWidget(smallLabel);
|
||||
horizontalLayout->addWidget(coverSizeSlider, 0, Qt::AlignVCenter);
|
||||
QLabel *bigLabel = new QLabel();
|
||||
bigLabel->setPixmap(QPixmap(":/images/comics_view_toolbar/big_size_grid_zoom.png"));
|
||||
bigLabel->setPixmap(hdpiPixmap(":/images/comics_view_toolbar/big_size_grid_zoom.svg", QSize(18, 18)));
|
||||
horizontalLayout->addWidget(bigLabel);
|
||||
horizontalLayout->addSpacing(10);
|
||||
horizontalLayout->setContentsMargins(0, 0, 0, 0);
|
||||
@ -499,7 +499,7 @@ void GridComicsView::startDrag()
|
||||
{
|
||||
auto drag = new QDrag(this);
|
||||
drag->setMimeData(model->mimeData(selectionHelper->selectedRows()));
|
||||
drag->setPixmap(QPixmap(":/images/comics_view_toolbar/openInYACReader.png")); // TODO add better image
|
||||
drag->setPixmap(hdpiPixmap(":/images/comics_view_toolbar/openInYACReader.svg", QSize(18, 18))); // TODO add better image
|
||||
|
||||
/*Qt::DropAction dropAction =*/drag->exec(Qt::CopyAction | Qt::MoveAction, Qt::CopyAction);
|
||||
}
|
||||
|
@ -10,36 +10,21 @@
|
||||
<file>../images/comic_vine/rowDown.png</file>
|
||||
<file>../images/comic_vine/rowUp.png</file>
|
||||
<file>../images/comic_vine/upArrow.png</file>
|
||||
<file>../images/comics_view_toolbar/asignNumber.png</file>
|
||||
<file>../images/comics_view_toolbar/asignNumber@2x.png</file>
|
||||
<file>../images/comics_view_toolbar/big_size_grid_zoom.png</file>
|
||||
<file>../images/comics_view_toolbar/big_size_grid_zoom@2x.png</file>
|
||||
<file>../images/comics_view_toolbar/editComic.png</file>
|
||||
<file>../images/comics_view_toolbar/editComic@2x.png</file>
|
||||
<file>../images/comics_view_toolbar/getInfo.png</file>
|
||||
<file>../images/comics_view_toolbar/getInfo@2x.png</file>
|
||||
<file>../images/comics_view_toolbar/hideComicFlow.png</file>
|
||||
<file>../images/comics_view_toolbar/hideComicFlow@2x.png</file>
|
||||
<file>../images/comics_view_toolbar/openInYACReader.png</file>
|
||||
<file>../images/comics_view_toolbar/openInYACReader@2x.png</file>
|
||||
<file>../images/comics_view_toolbar/selectAll.png</file>
|
||||
<file>../images/comics_view_toolbar/selectAll@2x.png</file>
|
||||
<file>../images/comics_view_toolbar/setReadButton.png</file>
|
||||
<file>../images/comics_view_toolbar/setReadButton@2x.png</file>
|
||||
<file>../images/comics_view_toolbar/setUnread.png</file>
|
||||
<file>../images/comics_view_toolbar/setUnread@2x.png</file>
|
||||
<file>../images/comics_view_toolbar/showMarks.png</file>
|
||||
<file>../images/comics_view_toolbar/showMarks@2x.png</file>
|
||||
<file>../images/comics_view_toolbar/small_size_grid_zoom.png</file>
|
||||
<file>../images/comics_view_toolbar/small_size_grid_zoom@2x.png</file>
|
||||
<file>../images/comics_view_toolbar/trash.png</file>
|
||||
<file>../images/comics_view_toolbar/trash@2x.png</file>
|
||||
<file>../images/comics_view_toolbar/show_comic_info.png</file>
|
||||
<file>../images/comics_view_toolbar/show_comic_info@2x.png</file>
|
||||
<file>../images/comics_view_toolbar/setManga.png</file>
|
||||
<file>../images/comics_view_toolbar/setManga@2x.png</file>
|
||||
<file>../images/comics_view_toolbar/setNormal.png</file>
|
||||
<file>../images/comics_view_toolbar/setNormal@2x.png</file>
|
||||
<file>../images/comics_view_toolbar/asignNumber.svg</file>
|
||||
<file>../images/comics_view_toolbar/big_size_grid_zoom.svg</file>
|
||||
<file>../images/comics_view_toolbar/editComic.svg</file>
|
||||
<file>../images/comics_view_toolbar/getInfo.svg</file>
|
||||
<file>../images/comics_view_toolbar/hideComicFlow.svg</file>
|
||||
<file>../images/comics_view_toolbar/openInYACReader.svg</file>
|
||||
<file>../images/comics_view_toolbar/selectAll.svg</file>
|
||||
<file>../images/comics_view_toolbar/setReadButton.svg</file>
|
||||
<file>../images/comics_view_toolbar/setUnread.svg</file>
|
||||
<file>../images/comics_view_toolbar/showMarks.svg</file>
|
||||
<file>../images/comics_view_toolbar/small_size_grid_zoom.svg</file>
|
||||
<file>../images/comics_view_toolbar/trash.svg</file>
|
||||
<file>../images/comics_view_toolbar/show_comic_info.svg</file>
|
||||
<file>../images/comics_view_toolbar/setManga.svg</file>
|
||||
<file>../images/comics_view_toolbar/setNormal.svg</file>
|
||||
<file>../images/defaultCover.png</file>
|
||||
<file>../images/edit.png</file>
|
||||
<file>../images/empty_current_readings.png</file>
|
||||
|
@ -543,7 +543,7 @@ void LibraryWindow::createActions()
|
||||
openComicAction->setToolTip(tr("Open current comic on YACReader"));
|
||||
openComicAction->setData(OPEN_COMIC_ACTION_YL);
|
||||
openComicAction->setShortcut(ShortcutsManager::getShortcutsManager().getShortcut(OPEN_COMIC_ACTION_YL));
|
||||
openComicAction->setIcon(QIcon(":/images/comics_view_toolbar/openInYACReader.png"));
|
||||
openComicAction->setIcon(QIcon(":/images/comics_view_toolbar/openInYACReader.svg"));
|
||||
|
||||
saveCoversToAction = new QAction(tr("Save selected covers to..."), this);
|
||||
saveCoversToAction->setToolTip(tr("Save covers of the selected comics as JPG files"));
|
||||
@ -554,25 +554,25 @@ void LibraryWindow::createActions()
|
||||
setAsReadAction->setToolTip(tr("Set comic as read"));
|
||||
setAsReadAction->setData(SET_AS_READ_ACTION_YL);
|
||||
setAsReadAction->setShortcut(ShortcutsManager::getShortcutsManager().getShortcut(SET_AS_READ_ACTION_YL));
|
||||
setAsReadAction->setIcon(QIcon(":/images/comics_view_toolbar/setReadButton.png"));
|
||||
setAsReadAction->setIcon(QIcon(":/images/comics_view_toolbar/setReadButton.svg"));
|
||||
|
||||
setAsNonReadAction = new QAction(tr("Set as unread"), this);
|
||||
setAsNonReadAction->setToolTip(tr("Set comic as unread"));
|
||||
setAsNonReadAction->setData(SET_AS_NON_READ_ACTION_YL);
|
||||
setAsNonReadAction->setShortcut(ShortcutsManager::getShortcutsManager().getShortcut(SET_AS_NON_READ_ACTION_YL));
|
||||
setAsNonReadAction->setIcon(QIcon(":/images/comics_view_toolbar/setUnread.png"));
|
||||
setAsNonReadAction->setIcon(QIcon(":/images/comics_view_toolbar/setUnread.svg"));
|
||||
|
||||
setMangaAction = new QAction(tr("Set as manga"), this);
|
||||
setMangaAction->setToolTip(tr("Set issue as manga"));
|
||||
setMangaAction->setData(SET_AS_MANGA_ACTION_YL);
|
||||
setMangaAction->setShortcut(ShortcutsManager::getShortcutsManager().getShortcut(SET_AS_MANGA_ACTION_YL));
|
||||
setMangaAction->setIcon(QIcon(":/images/comics_view_toolbar/setManga.png"));
|
||||
setMangaAction->setIcon(QIcon(":/images/comics_view_toolbar/setManga.svg"));
|
||||
|
||||
setNormalAction = new QAction(tr("Set as normal"), this);
|
||||
setNormalAction->setToolTip(tr("Set issue as normal"));
|
||||
setNormalAction->setData(SET_AS_NORMAL_ACTION_YL);
|
||||
setNormalAction->setShortcut(ShortcutsManager::getShortcutsManager().getShortcut(SET_AS_NORMAL_ACTION_YL));
|
||||
setNormalAction->setIcon(QIcon(":/images/comics_view_toolbar/setNormal.png"));
|
||||
setNormalAction->setIcon(QIcon(":/images/comics_view_toolbar/setNormal.svg"));
|
||||
|
||||
/*setAllAsReadAction = new QAction(tr("Set all as read"),this);
|
||||
setAllAsReadAction->setToolTip(tr("Set all comics as read"));
|
||||
@ -587,7 +587,7 @@ void LibraryWindow::createActions()
|
||||
showHideMarksAction->setData(SHOW_HIDE_MARKS_ACTION_YL);
|
||||
showHideMarksAction->setShortcut(ShortcutsManager::getShortcutsManager().getShortcut(SHOW_HIDE_MARKS_ACTION_YL));
|
||||
showHideMarksAction->setCheckable(true);
|
||||
showHideMarksAction->setIcon(QIcon(":/images/comics_view_toolbar/showMarks.png"));
|
||||
showHideMarksAction->setIcon(QIcon(":/images/comics_view_toolbar/showMarks.svg"));
|
||||
showHideMarksAction->setChecked(true);
|
||||
#ifndef Q_OS_MAC
|
||||
toggleFullScreenAction = new QAction(tr("Fullscreen mode on/off"), this);
|
||||
@ -724,19 +724,19 @@ void LibraryWindow::createActions()
|
||||
selectAllComicsAction->setText(tr("Select all comics"));
|
||||
selectAllComicsAction->setData(SELECT_ALL_COMICS_ACTION_YL);
|
||||
selectAllComicsAction->setShortcut(ShortcutsManager::getShortcutsManager().getShortcut(SELECT_ALL_COMICS_ACTION_YL));
|
||||
selectAllComicsAction->setIcon(QIcon(":/images/comics_view_toolbar/selectAll.png"));
|
||||
selectAllComicsAction->setIcon(QIcon(":/images/comics_view_toolbar/selectAll.svg"));
|
||||
|
||||
editSelectedComicsAction = new QAction(this);
|
||||
editSelectedComicsAction->setText(tr("Edit"));
|
||||
editSelectedComicsAction->setData(EDIT_SELECTED_COMICS_ACTION_YL);
|
||||
editSelectedComicsAction->setShortcut(ShortcutsManager::getShortcutsManager().getShortcut(EDIT_SELECTED_COMICS_ACTION_YL));
|
||||
editSelectedComicsAction->setIcon(QIcon(":/images/comics_view_toolbar/editComic.png"));
|
||||
editSelectedComicsAction->setIcon(QIcon(":/images/comics_view_toolbar/editComic.svg"));
|
||||
|
||||
asignOrderAction = new QAction(this);
|
||||
asignOrderAction->setText(tr("Assign current order to comics"));
|
||||
asignOrderAction->setData(ASIGN_ORDER_ACTION_YL);
|
||||
asignOrderAction->setShortcut(ShortcutsManager::getShortcutsManager().getShortcut(ASIGN_ORDER_ACTION_YL));
|
||||
asignOrderAction->setIcon(QIcon(":/images/comics_view_toolbar/asignNumber.png"));
|
||||
asignOrderAction->setIcon(QIcon(":/images/comics_view_toolbar/asignNumber.svg"));
|
||||
|
||||
forceCoverExtractedAction = new QAction(this);
|
||||
forceCoverExtractedAction->setText(tr("Update cover"));
|
||||
@ -748,13 +748,13 @@ void LibraryWindow::createActions()
|
||||
deleteComicsAction->setText(tr("Delete selected comics"));
|
||||
deleteComicsAction->setData(DELETE_COMICS_ACTION_YL);
|
||||
deleteComicsAction->setShortcut(ShortcutsManager::getShortcutsManager().getShortcut(DELETE_COMICS_ACTION_YL));
|
||||
deleteComicsAction->setIcon(QIcon(":/images/comics_view_toolbar/trash.png"));
|
||||
deleteComicsAction->setIcon(QIcon(":/images/comics_view_toolbar/trash.svg"));
|
||||
|
||||
getInfoAction = new QAction(this);
|
||||
getInfoAction->setData(GET_INFO_ACTION_YL);
|
||||
getInfoAction->setShortcut(ShortcutsManager::getShortcutsManager().getShortcut(GET_INFO_ACTION_YL));
|
||||
getInfoAction->setText(tr("Download tags from Comic Vine"));
|
||||
getInfoAction->setIcon(QIcon(":/images/comics_view_toolbar/getInfo.png"));
|
||||
getInfoAction->setIcon(QIcon(":/images/comics_view_toolbar/getInfo.svg"));
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
focusSearchLineAction = new QAction(tr("Focus search line"), this);
|
||||
@ -1868,7 +1868,7 @@ void LibraryWindow::showContinueReadingContextMenu(QPoint point, ComicDB comic)
|
||||
|
||||
auto setAsUnReadAction = new QAction();
|
||||
setAsUnReadAction->setText(tr("Set as unread"));
|
||||
setAsUnReadAction->setIcon(QIcon(":/images/comics_view_toolbar/setUnread.png"));
|
||||
setAsUnReadAction->setIcon(QIcon(":/images/comics_view_toolbar/setUnread.svg"));
|
||||
|
||||
menu.addAction(setAsUnReadAction);
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
#include "QsLog.h"
|
||||
|
||||
#include "comic_item.h"
|
||||
#include "yacreader_global_gui.h"
|
||||
|
||||
YACReaderTableView::YACReaderTableView(QWidget *parent)
|
||||
: QTableView(parent), showDelete(false), editing(false), myeditor(0)
|
||||
@ -146,7 +147,7 @@ void YACReaderTableView::performDrag()
|
||||
QLOG_DEBUG() << "performDrag";
|
||||
QDrag *drag = new QDrag(this);
|
||||
drag->setMimeData(model()->mimeData(selectionModel()->selectedRows()));
|
||||
drag->setPixmap(QPixmap(":/images/comics_view_toolbar/openInYACReader.png")); // TODO add better image
|
||||
drag->setPixmap(YACReader::hdpiPixmap(":/images/comics_view_toolbar/openInYACReader.png", QSize(18, 18))); // TODO add better image
|
||||
|
||||
/*Qt::DropAction dropAction =*/drag->exec(Qt::CopyAction | Qt::MoveAction, Qt::CopyAction);
|
||||
}
|
||||
|
Before Width: | Height: | Size: 251 B |
1
images/comics_view_toolbar/asignNumber.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:#404040;}</style></defs><rect class="cls-1" x="3" y="6" width="12" height="2"/><rect class="cls-1" x="3" y="11" width="11" height="2"/><polygon class="cls-1" points="7.14 17 5.15 16.84 6.86 2 8.85 2.16 7.14 17"/><polygon class="cls-1" points="11.14 17 9.15 16.84 10.86 2 12.85 2.16 11.14 17"/></svg>
|
After Width: | Height: | Size: 435 B |
Before Width: | Height: | Size: 353 B |
Before Width: | Height: | Size: 164 B |
1
images/comics_view_toolbar/big_size_grid_zoom.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:#c2c2c2;}</style></defs><rect class="cls-1" x="3" y="2" width="5" height="6" rx=".5" ry=".5"/><rect class="cls-1" x="10" y="2" width="5" height="6" rx=".5" ry=".5"/><rect class="cls-1" x="3" y="10" width="5" height="6" rx=".5" ry=".5"/><rect class="cls-1" x="10" y="10" width="5" height="6" rx=".5" ry=".5"/></svg>
|
After Width: | Height: | Size: 450 B |
Before Width: | Height: | Size: 201 B |
Before Width: | Height: | Size: 289 B |
1
images/comics_view_toolbar/editComic.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 18 18"><defs><style>.cls-1{filter:url(#drop-shadow-1);}.cls-2{fill:#404040;}</style><filter id="drop-shadow-1" filterUnits="userSpaceOnUse"><feOffset dx="0" dy="0"/><feGaussianBlur result="blur" stdDeviation="1"/><feFlood flood-color="#000" flood-opacity="1"/><feComposite in2="blur" operator="in"/><feComposite in="SourceGraphic"/></filter></defs><g class="cls-1"><rect class="cls-2" x="4.15" y="7.35" width="9" height="4" transform="translate(-4.08 8.85) rotate(-45)"/><rect class="cls-2" x="12.24" y="2.76" width="2" height="4" transform="translate(.51 10.76) rotate(-45)"/><polyline class="cls-2" points="6.17 14.66 2.64 15.36 3.34 11.83"/></g></svg>
|
After Width: | Height: | Size: 801 B |
Before Width: | Height: | Size: 415 B |
Before Width: | Height: | Size: 302 B |
1
images/comics_view_toolbar/getInfo.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:#404040;}</style></defs><path class="cls-1" d="M14.67,9.21c-.59-.58-1.54-.57-2.12,.03l-1.55,1.59V6.5c0-.83-.67-1.5-1.5-1.5s-1.5,.67-1.5,1.5v4.38l-1.56-1.56c-.59-.59-1.54-.59-2.12,0-.59,.59-.59,1.54,0,2.12l4.12,4.12s0,0,0,0c0,0,0,0,0,0,.1,.09,.21,.15,.32,.21,.06,.03,.1,.08,.16,.11,.18,.07,.37,.11,.56,.11s.39-.04,.57-.11c.06-.02,.11-.08,.17-.11,.11-.06,.23-.12,.33-.22,0,0,0,0,0,0,0,0,0,0,0,0l4.12-4.22c.58-.59,.57-1.54-.03-2.12Z"/><circle class="cls-1" cx="9.5" cy="2" r="1.5"/></svg>
|
After Width: | Height: | Size: 621 B |
Before Width: | Height: | Size: 473 B |
Before Width: | Height: | Size: 254 B |
1
images/comics_view_toolbar/hideComicFlow.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:#404040;}</style></defs><path class="cls-1" d="M16,5c0-1.66-1.34-3-3-3H5c-1.66,0-3,1.34-3,3V14c0,1.66,1.34,3,3,3H13c1.66,0,3-1.34,3-3V5Zm-5,4v6H7v-6h-2l4-5,4,5h-2Z"/></svg>
|
After Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 402 B |
Before Width: | Height: | Size: 312 B |
1
images/comics_view_toolbar/openInYACReader.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:#404040;}</style></defs><path class="cls-1" d="M16.8,8.14c0-3.28-3.5-5.94-7.8-5.94S1.2,4.86,1.2,8.14c0,2.46,1.97,4.58,4.78,5.48,.2,.78,.55,1.12-2.55,3.19,0,0,4.95,0,6.19-2.48l.29-.29c3.87-.34,6.89-2.85,6.89-5.9Z"/></svg>
|
After Width: | Height: | Size: 356 B |
Before Width: | Height: | Size: 488 B |
Before Width: | Height: | Size: 237 B |
1
images/comics_view_toolbar/selectAll.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:#404040;}</style></defs><polygon class="cls-1" points="12.94 1.2 7.99 6.15 5.16 3.32 3.75 4.74 6.58 7.56 7.99 8.98 9.41 7.56 14.36 2.61 12.94 1.2"/><polygon class="cls-1" points="12.94 9.2 7.99 14.15 5.16 11.32 3.75 12.74 6.58 15.56 7.99 16.98 9.41 15.56 14.36 10.61 12.94 9.2"/></svg>
|
After Width: | Height: | Size: 421 B |
Before Width: | Height: | Size: 328 B |
Before Width: | Height: | Size: 255 B |
Before Width: | Height: | Size: 299 B |
Before Width: | Height: | Size: 217 B |
1
images/comics_view_toolbar/setManga.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:#404040;}</style></defs><path class="cls-1" d="M15,2h-5v6h5v2h-5v6h5c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2Z"/><path class="cls-1" d="M9,8V2H4c-1.1,0-2,.9-2,2V14c0,1.1,.9,2,2,2h5v-6h-2v2l-3-3,3-3v2h2Z"/></svg>
|
After Width: | Height: | Size: 338 B |
Before Width: | Height: | Size: 334 B |
Before Width: | Height: | Size: 205 B |
1
images/comics_view_toolbar/setNormal.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:#404040;}</style></defs><path class="cls-1" d="M4,2h5V8H4s0,2,0,2h5v6H4c-1.1,0-2-.9-2-2V4c0-1.1,.9-2,2-2Z"/><path class="cls-1" d="M10,8V2h5c1.1,0,2,.9,2,2V14c0,1.1-.9,2-2,2h-5v-6h2v2s3-3,3-3l-3-3v2h-2Z"/></svg>
|
After Width: | Height: | Size: 347 B |
Before Width: | Height: | Size: 315 B |
Before Width: | Height: | Size: 268 B |
1
images/comics_view_toolbar/setReadButton.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:#404040;}</style></defs><path class="cls-1" d="M14,1H4c-.55,0-1,.45-1,1v15l6-5,6,5V2c0-.55-.45-1-1-1Zm-5,8l-1,1-2-2,1-1,1,1,3-3,1,1-3,3Z"/></svg>
|
After Width: | Height: | Size: 281 B |
Before Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 329 B |
1
images/comics_view_toolbar/setUnread.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:#404040;}</style></defs><path class="cls-1" d="M14,1H4c-.55,0-1,.45-1,1v15l6-5,6,5V2c0-.55-.45-1-1-1Zm-2,9h-1.5l-1.5-1.67-1.5,1.67h-1.5l2.25-2.5-2.25-2.5h1.5l1.5,1.67,1.5-1.67h1.5l-2.25,2.5,2.25,2.5Z"/></svg>
|
After Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 507 B |
Before Width: | Height: | Size: 316 B |
1
images/comics_view_toolbar/showMarks.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:#404040;}</style></defs><path class="cls-1" d="M8.99,5.17c-1.01,0-1.83,.82-1.83,1.83s.82,1.83,1.83,1.83,1.83-.82,1.83-1.83-.82-1.83-1.83-1.83Zm0,2.67c-.46,0-.83-.37-.83-.83s.37-.83,.83-.83,.83,.37,.83,.83-.37,.83-.83,.83Z"/><path class="cls-1" d="M14,1H4c-.55,0-1,.45-1,1v15l6-5,6,5V2c0-.55-.45-1-1-1Zm-5.01,9c-1.85,0-3.43-1.44-4.12-3.03,.69-1.59,2.28-2.97,4.12-2.97s3.43,1.38,4.12,2.97c-.7,1.59-2.28,3.03-4.12,3.03Z"/></svg>
|
After Width: | Height: | Size: 561 B |
Before Width: | Height: | Size: 519 B |
Before Width: | Height: | Size: 133 B |
1
images/comics_view_toolbar/show_comic_info.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:#c2c2c2;}</style></defs><rect class="cls-1" y="2" width="18" height="2"/><rect class="cls-1" y="6" width="18" height="2"/><rect class="cls-1" y="10" width="18" height="2"/><rect class="cls-1" y="14" width="13" height="2"/></svg>
|
After Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 164 B |
1
images/comics_view_toolbar/small_size_grid_zoom.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:#c2c2c2;}</style></defs><rect class="cls-1" x="2" y="2" width="4" height="6" rx=".5" ry=".5"/><rect class="cls-1" x="7" y="2" width="4" height="6" rx=".5" ry=".5"/><rect class="cls-1" x="12" y="2" width="4" height="6" rx=".5" ry=".5"/><rect class="cls-1" x="2" y="10" width="4" height="6" rx=".5" ry=".5"/><rect class="cls-1" x="7" y="10" width="4" height="6" rx=".5" ry=".5"/><rect class="cls-1" x="12" y="10" width="4" height="6" rx=".5" ry=".5"/></svg>
|
After Width: | Height: | Size: 591 B |
Before Width: | Height: | Size: 201 B |
Before Width: | Height: | Size: 209 B |
1
images/comics_view_toolbar/trash.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:#404040;}</style></defs><path class="cls-1" d="M11.86,6H4v10c0,.55,.51,1,1.14,1h6.71c.63,0,1.14-.45,1.14-1V6h-1.14ZM7,15h-1v-7h1v7Zm2,0h-1v-7h1v7Zm2,0h-1v-7h1v7Z"/><path class="cls-1" d="M13,3h-2v-1c0-.55-.45-1-1-1h-3c-.55,0-1,.45-1,1v1h-2c-.55,0-1,.45-1,1v1H14v-1c0-.55-.45-1-1-1Zm-6-1h3v1h-3v-1Z"/></svg>
|
After Width: | Height: | Size: 442 B |
Before Width: | Height: | Size: 253 B |