Added 22x22 and 32x32 versions of assets and viewer panel icons
This commit is contained in:
parent
40781e8221
commit
d62b4e8c8e
5 changed files with 13 additions and 2 deletions
|
|
@ -36,9 +36,9 @@ lumigui_DEPENDENCIES += \
|
|||
rsvg-convert \
|
||||
$(16x16)/tool-arrow.png $(22x22)/tool-arrow.png $(24x24)/tool-arrow.png $(32x32)/tool-arrow.png $(48x48)/tool-arrow.png \
|
||||
$(16x16)/tool-i-beam.png $(22x22)/tool-i-beam.png $(24x24)/tool-i-beam.png $(32x32)/tool-i-beam.png $(48x48)/tool-i-beam.png \
|
||||
$(16x16)/panel-assets.png \
|
||||
$(16x16)/panel-assets.png $(22x22)/panel-assets.png $(32x32)/panel-assets.png \
|
||||
$(16x16)/panel-timeline.png \
|
||||
$(16x16)/panel-viewer.png
|
||||
$(16x16)/panel-viewer.png $(22x22)/panel-viewer.png $(32x32)/panel-viewer.png
|
||||
|
||||
$(16x16)/tool-arrow.png $(22x22)/tool-arrow.png $(24x24)/tool-arrow.png $(32x32)/tool-arrow.png $(48x48)/tool-arrow.png : $(svgdir)/tool-arrow.svg
|
||||
$(iconcommand) $< $(icondir)
|
||||
|
|
@ -47,8 +47,19 @@ $(16x16)/tool-i-beam.png $(22x22)/tool-i-beam.png $(24x24)/tool-i-beam.png $(32x
|
|||
|
||||
$(16x16)/panel-assets.png:
|
||||
cp $(16x16pre)/panel-assets.png $(16x16)
|
||||
$(22x22)/panel-assets.png:
|
||||
cp $(22x22pre)/panel-assets.png $(22x22)
|
||||
$(32x32)/panel-assets.png:
|
||||
cp $(32x32pre)/panel-assets.png $(32x32)
|
||||
|
||||
$(16x16)/panel-timeline.png:
|
||||
cp $(16x16pre)/panel-timeline.png $(16x16)
|
||||
|
||||
$(16x16)/panel-viewer.png:
|
||||
cp $(16x16pre)/panel-viewer.png $(16x16)
|
||||
$(22x22)/panel-viewer.png:
|
||||
cp $(22x22pre)/panel-viewer.png $(22x22)
|
||||
$(32x32)/panel-viewer.png:
|
||||
cp $(32x32pre)/panel-viewer.png $(32x32)
|
||||
|
||||
|
||||
|
|
|
|||
BIN
icons/prerendered/22x22/panel-assets.png
Normal file
BIN
icons/prerendered/22x22/panel-assets.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 695 B |
BIN
icons/prerendered/22x22/panel-viewer.png
Normal file
BIN
icons/prerendered/22x22/panel-viewer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 788 B |
BIN
icons/prerendered/32x32/panel-assets.png
Normal file
BIN
icons/prerendered/32x32/panel-assets.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1 KiB |
BIN
icons/prerendered/32x32/panel-viewer.png
Normal file
BIN
icons/prerendered/32x32/panel-viewer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Loading…
Reference in a new issue