Skip to content

Commit

Permalink
update icons in libs/widgets/ to svg
Browse files Browse the repository at this point in the history
  • Loading branch information
Animtim committed Dec 16, 2020
1 parent 7fddb33 commit 985a099
Show file tree
Hide file tree
Showing 28 changed files with 872 additions and 14 deletions.
3 changes: 1 addition & 2 deletions libs/widgets/KoZoomWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ KoZoomWidget::KoZoomWidget(QWidget* parent, int maxZoom )
layout->setStretch(1, 1);

d->aspectButton = new QToolButton(this);
d->aspectButton->setIcon(koIcon("zoom-pixels"));
d->aspectButton->setIconSize(QSize(16,16));
d->aspectButton->setIcon(kisIcon("zoom-pixels"));
d->aspectButton->setCheckable(true);
d->aspectButton->setChecked(true);
d->aspectButton->setAutoRaise(true);
Expand Down
26 changes: 14 additions & 12 deletions libs/widgets/kritawidgets.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@
-->
<RCC version="1.0">
<qresource>
<file>pics/dark_docker_close.png</file>
<file>pics/dark_docker_collapse_a.png</file>
<file>pics/dark_docker_collapse_b.png</file>
<file>pics/dark_docker_float.png</file>
<file>pics/dark_docker_lock_a.png</file>
<file>pics/dark_docker_lock_b.png</file>
<file>pics/light_docker_close.png</file>
<file>pics/light_docker_collapse_a.png</file>
<file>pics/light_docker_collapse_b.png</file>
<file>pics/light_docker_float.png</file>
<file>pics/light_docker_lock_a.png</file>
<file>pics/light_docker_lock_b.png</file>
<file>pics/dark_docker_close.svg</file>
<file>pics/dark_docker_collapse_a.svg</file>
<file>pics/dark_docker_collapse_b.svg</file>
<file>pics/dark_docker_float.svg</file>
<file>pics/dark_docker_lock_a.svg</file>
<file>pics/dark_docker_lock_b.svg</file>
<file>pics/dark_zoom-pixels.svg</file>
<file>pics/light_docker_close.svg</file>
<file>pics/light_docker_collapse_a.svg</file>
<file>pics/light_docker_collapse_b.svg</file>
<file>pics/light_docker_float.svg</file>
<file>pics/light_docker_lock_a.svg</file>
<file>pics/light_docker_lock_b.svg</file>
<file>pics/light_zoom-pixels.svg</file>
<file>pics/zoom-draw.png</file>
<file>pics/zoom-pixels.png</file>
<file>pics/zoom-select.png</file>
Expand Down
Binary file removed libs/widgets/pics/dark_docker_close.png
Binary file not shown.
57 changes: 57 additions & 0 deletions libs/widgets/pics/dark_docker_close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed libs/widgets/pics/dark_docker_collapse_a.png
Binary file not shown.
53 changes: 53 additions & 0 deletions libs/widgets/pics/dark_docker_collapse_a.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed libs/widgets/pics/dark_docker_collapse_b.png
Binary file not shown.
53 changes: 53 additions & 0 deletions libs/widgets/pics/dark_docker_collapse_b.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed libs/widgets/pics/dark_docker_float.png
Binary file not shown.
57 changes: 57 additions & 0 deletions libs/widgets/pics/dark_docker_float.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed libs/widgets/pics/dark_docker_lock_a.png
Binary file not shown.
71 changes: 71 additions & 0 deletions libs/widgets/pics/dark_docker_lock_a.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed libs/widgets/pics/dark_docker_lock_b.png
Binary file not shown.
Loading

0 comments on commit 985a099

Please sign in to comment.