commit 6b72b031256232bc357dd7d5129b3c8413333049
parent fbba86572f25ab0e5c298948c1ebf86d9aa4798f
Author: Ricardo Mones <ricardo@mones.org>
Date: Wed, 20 Jul 2016 12:16:19 +0200
Restore size of toolbar trash button
Default is 24x24 for toolbar buttons but this was unintentionally
shrinked more than a decade ago.
Diffstat:
1 file changed, 25 insertions(+), 17 deletions(-)
diff --git a/src/pixmaps/trash_btn.xpm b/src/pixmaps/trash_btn.xpm
@@ -1,6 +1,6 @@
/* XPM */
static char * trash_btn_xpm[] = {
-"16 16 152 2",
+"24 24 152 2",
" c None",
". c #0E0E0E",
"+ c #424242",
@@ -153,19 +153,27 @@ static char * trash_btn_xpm[] = {
"s. c #2E2E29",
"t. c #0F0F0F",
"u. c #050505",
-" . + @ # $ % ",
-" % % & * = - ; > % % ",
-" , ' ) ! ~ { ] ^ / ( _ % ",
-" : < [ } | 1 2 3 4 5 6 7 8 % ",
-" % 9 0 a b c d e f g h i j % ",
-" % k l m n o p q r s t u v % ",
-" % w x y z A B C D E F G H % ",
-" I J K L M N O P Q R S T ",
-" U V W X Y Z ` ...+.@.#. ",
-" $.%.&.*.=.-.;.>.,.'.).!. ",
-" ~.{.].^./.(._.:.<.[.}.|. ",
-" ~.{.1.2.3.4.5.6.W 7.}.|. ",
-" $.8.9.0.a.4.5.6.W [.b.c. ",
-" d.e.f.g.h.4.5.i.W j.c.k. ",
-" l.l.m.n.o.p.q.r.s.% ",
-" l.% t.u.% % "};
+" ",
+" ",
+" ",
+" ",
+" . + @ # $ % ",
+" % % & * = - ; > % % ",
+" , ' ) ! ~ { ] ^ / ( _ % ",
+" : < [ } | 1 2 3 4 5 6 7 8 % ",
+" % 9 0 a b c d e f g h i j % ",
+" % k l m n o p q r s t u v % ",
+" % w x y z A B C D E F G H % ",
+" I J K L M N O P Q R S T ",
+" U V W X Y Z ` ...+.@.#. ",
+" $.%.&.*.=.-.;.>.,.'.).!. ",
+" ~.{.].^./.(._.:.<.[.}.|. ",
+" ~.{.1.2.3.4.5.6.W 7.}.|. ",
+" $.8.9.0.a.4.5.6.W [.b.c. ",
+" d.e.f.g.h.4.5.i.W j.c.k. ",
+" l.l.m.n.o.p.q.r.s.% ",
+" l.% t.u.% % ",
+" ",
+" ",
+" ",
+" "};