From f998516b35420cf61241f97575c8c1553db1d12e Mon Sep 17 00:00:00 2001 From: Juan Pablo Ugarte Date: Sat, 18 Jun 2011 23:16:44 -0300 Subject: Added MARGIN_EDIT and ALIGN_EDIT pointer modes including new palette buttons for each one. Removed selector and drag-resize icons and replaced with cairo drawn images at runtime. --- data/icons/Makefile.am | 4 ++-- data/icons/drag-resize.png | Bin 638 -> 0 bytes data/icons/selector.png | Bin 705 -> 0 bytes 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 data/icons/drag-resize.png delete mode 100644 data/icons/selector.png (limited to 'data') diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index c660de38..e9ac3d1b 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -17,8 +17,8 @@ update-icon-cache: pixmapsdir = $(pkgdatadir)/pixmaps -pixmaps_DATA = selector.png devhelp.png \ - plus.png atk.png drag-resize.png \ +pixmaps_DATA = devhelp.png \ + plus.png atk.png \ fixed-bg.png placeholder.png \ deprecated-16x16.png \ deprecated-22x22.png diff --git a/data/icons/drag-resize.png b/data/icons/drag-resize.png deleted file mode 100644 index ae4201b3..00000000 Binary files a/data/icons/drag-resize.png and /dev/null differ diff --git a/data/icons/selector.png b/data/icons/selector.png deleted file mode 100644 index b945618c..00000000 Binary files a/data/icons/selector.png and /dev/null differ -- cgit v1.2.1