[easytag] Update selection pixmaps
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Update selection pixmaps
- Date: Sat, 2 Nov 2013 11:10:00 +0000 (UTC)
commit 23650fd329cf91dd4bcf70cb087ce8cde2fdb648
Author: Krzysztof Pater <k pater op pl>
Date: Sat Nov 2 11:07:38 2013 +0000
Update selection pixmaps
data/pixmaps/invert_selection.xpm | 29 ++++++++++++++---------------
data/pixmaps/unselect_all.xpm | 34 ++++++++++++++++------------------
2 files changed, 30 insertions(+), 33 deletions(-)
---
diff --git a/data/pixmaps/invert_selection.xpm b/data/pixmaps/invert_selection.xpm
index 944f0b4..a760b01 100644
--- a/data/pixmaps/invert_selection.xpm
+++ b/data/pixmaps/invert_selection.xpm
@@ -1,28 +1,27 @@
/* XPM */
-static char * invert_selection_xpm[] = {
-"20 20 5 1",
+static const char const * invert_selection_xpm[] = {
+"20 20 4 1",
" c None",
". c #000000",
-"+ c #FFFFFF",
-"@ c #606060",
-"# c #00009C",
+"+ c #8D8DEC",
+"@ c #5D5DE4",
" ",
" ",
" ................ ",
-" .++++++++++++++. ",
-" .++++++++++++++. ",
-" .@@@@@@@@@@@@@@. ",
-" .++++++++++++++. ",
+" . . ",
+" . . ",
+" ................ ",
+" . . ",
+" . . ",
+" ................ ",
+" . . ",
+" . . ",
+" ................ ",
" .++++++++++++++. ",
" .@@@@@@@@@@@@@@. ",
+" ................ ",
" .++++++++++++++. ",
-" .++++++++++++++. ",
-" .@@@@@@@@@@@@@@. ",
-" .##############. ",
-" .##############. ",
" .@@@@@@@@@@@@@@. ",
-" .##############. ",
-" .##############. ",
" ................ ",
" ",
" "};
diff --git a/data/pixmaps/unselect_all.xpm b/data/pixmaps/unselect_all.xpm
index c8db0b1..8a1ebb9 100644
--- a/data/pixmaps/unselect_all.xpm
+++ b/data/pixmaps/unselect_all.xpm
@@ -1,27 +1,25 @@
/* XPM */
-static char * unselect_all_xpm[] = {
-"20 20 4 1",
+static const char const * unselect_all_xpm[] = {
+"20 20 2 1",
" c None",
". c #000000",
-"+ c #FFFFFF",
-"@ c #606060",
" ",
" ",
" ................ ",
-" .++++++++++++++. ",
-" .++++++++++++++. ",
-" .@@@@@@@@@@@@@@. ",
-" .++++++++++++++. ",
-" .++++++++++++++. ",
-" .@@@@@@@@@@@@@@. ",
-" .++++++++++++++. ",
-" .++++++++++++++. ",
-" .@@@@@@@@@@@@@@. ",
-" .++++++++++++++. ",
-" .++++++++++++++. ",
-" .@@@@@@@@@@@@@@. ",
-" .++++++++++++++. ",
-" .++++++++++++++. ",
+" . . ",
+" . . ",
+" ................ ",
+" . . ",
+" . . ",
+" ................ ",
+" . . ",
+" . . ",
+" ................ ",
+" . . ",
+" . . ",
+" ................ ",
+" . . ",
+" . . ",
" ................ ",
" ",
" "};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]