From 4502eee1ce3871a93418a6db82ab03b5fb11a394 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Sat, 2 Dec 2017 19:37:37 +0000 Subject: [PATCH] Minor icon change git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5132 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- ico/16x16/object-group.png | Bin 0 -> 342 bytes .../scalable/actions/16/object-group.svg | 13 ------------- qelectrotech.qrc | 2 +- sources/qeticons.cpp | 2 +- 4 files changed, 2 insertions(+), 15 deletions(-) create mode 100644 ico/16x16/object-group.png delete mode 100644 ico/breeze-icons/scalable/actions/16/object-group.svg diff --git a/ico/16x16/object-group.png b/ico/16x16/object-group.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c0e093c7a7de40efdb9c88ea2c82972e380781 GIT binary patch literal 342 zcmV-c0jd6pP)aPU;dV%QhH=rW>gU%lt}Eky%y+<0$9Kn@2a`%vB4TEEUi6(9S~}9oTh1w+M{;i z@f@R%5$-V7-q01`;|T{28#A7-)WJ7i6}CcT2SmtmtIbDw!wtSP|HSB0K+h2n{|gwp z0z&L)*{3G>kd#r^>-}MYKGv>)0ucu)YCE=nVud%*!RFjYyhal{&08iAbv!3YV)nLC zoC|2d$1i@+R=^BLOj+}=cLfycz*CDk0+@gostK5*dFdWJC}fC%zDbArsQEo6P=Na? o=hoFN)Xh@!h2tuh`!kguC%zpS3yrjCzW@LL07*qoM6N<$f;)tj{r~^~ literal 0 HcmV?d00001 diff --git a/ico/breeze-icons/scalable/actions/16/object-group.svg b/ico/breeze-icons/scalable/actions/16/object-group.svg deleted file mode 100644 index a6e5b811b..000000000 --- a/ico/breeze-icons/scalable/actions/16/object-group.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/qelectrotech.qrc b/qelectrotech.qrc index 096c4304c..311863a63 100644 --- a/qelectrotech.qrc +++ b/qelectrotech.qrc @@ -543,7 +543,7 @@ ico/breeze-icons/scalable/mimetypes/small/48x48/application-x-qet-element.svgz ico/breeze-icons/scalable/mimetypes/small/48x48/application-x-qet-project.svgz ico/breeze-icons/scalable/mimetypes/small/48x48/application-x-qet-titleblock.svgz - ico/breeze-icons/scalable/actions/16/object-group.svg + ico/16x16/object-group.png ico/mac_icon/elmt.icns ico/mac_icon/qelectrotech.icns ico/mac_icon/qet.icns diff --git a/sources/qeticons.cpp b/sources/qeticons.cpp index addc096c1..bdbbebcbe 100644 --- a/sources/qeticons.cpp +++ b/sources/qeticons.cpp @@ -517,5 +517,5 @@ void QET::Icons::initIcons() { AutoNum .addFile(":/ico/128x128/plasmagik.png"); sub .addFile(":/ico/22x22/format-text-subscript.png"); super .addFile(":/ico/22x22/format-text-superscript.png"); - textGroup .addFile(":/ico/breeze-icons/scalable/actions/16/object-group.svg"); + textGroup .addFile(":/ico/16x16/object-group.png"); }