From 4a811898954cb393152454c9dc80b48352e09dd9 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Fri, 13 Feb 2009 15:49:00 +0100 Subject: [PATCH] mozilla: Recreate toolbar pixels to a smaller size. --- share/mozilla/fullscreen.xpm | 37 ++++++++++---------------- share/mozilla/pause.xpm | 47 +++++++++++---------------------- share/mozilla/play.xpm | 47 +++++++++++---------------------- share/mozilla/skip_next.xpm | 31 ++++++++-------------- share/mozilla/skip_previous.xpm | 31 ++++++++-------------- share/mozilla/stop.xpm | 46 ++++++++++++-------------------- 6 files changed, 85 insertions(+), 154 deletions(-) diff --git a/share/mozilla/fullscreen.xpm b/share/mozilla/fullscreen.xpm index 992b418fa7..b3143612e1 100644 --- a/share/mozilla/fullscreen.xpm +++ b/share/mozilla/fullscreen.xpm @@ -1,28 +1,19 @@ /* XPM */ -static const char * fullscreen_xpm[] = { -"26 20 5 1", +static char * fullscreen_xpm[] = { +"15 12 4 1", " c None", ". c #999999", "+ c #989898", "@ c #9A9A9A", -"# c #9B9B9B", -" . . ", -"... . . ...", -" .... .... ", -" ... ... ", -" .... +.+@+.@@..# .... ", -" ................ ", -" ...............@ ", -" ................ ", -" ................ ", -" ................ ", -" ................ ", -" ................ ", -" ................ ", -" ................ ", -" ................ ", -" .... .@+....@.@ .... ", -" ... ... ", -" .... .... ", -"... . . ...", -" . . "}; +". +", +" .+ +. ", +" +. +.+@.@ .. ", +" ...+.+++. ", +" +........ ", +" +........ ", +" +........ ", +" +........ ", +" ..+..+++. ", +" +. @+... .. ", +" +. .+ ", +". ."}; diff --git a/share/mozilla/pause.xpm b/share/mozilla/pause.xpm index 577d32d547..a1fbd36098 100644 --- a/share/mozilla/pause.xpm +++ b/share/mozilla/pause.xpm @@ -1,33 +1,18 @@ /* XPM */ -static const char * pause_xpm[] = { -"33 27 3 1", -"+ c None", +static char * pause_xpm[] = { +"15 12 3 1", +" c None", ". c #999999", -"* c #FFFFFF", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++.............", -".............+++++++............."}; +"+ c #989898", +".....+ ++....", +".....+ ++....", +".....+ ++....", +".....+ ++....", +".....+ ++....", +".....+ ++....", +".....+ ++....", +".....+ ++....", +".....+ ++....", +".....+ ++....", +".....+ ++....", +".....+ ++...."}; diff --git a/share/mozilla/play.xpm b/share/mozilla/play.xpm index 15d46bd1af..377ee0adb4 100644 --- a/share/mozilla/play.xpm +++ b/share/mozilla/play.xpm @@ -1,33 +1,18 @@ /* XPM */ -static const char * play_xpm[] = { -"34 27 3 1", -"+ c None", +static char * play_xpm[] = { +"15 12 3 1", +" c None", ". c #999999", -"* c #FFFFFF", -".+++++++++++++++++++++++++++++++++", -"....++++++++++++++++++++++++++++++", -"......++++++++++++++++++++++++++++", -".........+++++++++++++++++++++++++", -"...........+++++++++++++++++++++++", -"..............++++++++++++++++++++", -"................++++++++++++++++++", -"...................+++++++++++++++", -".....................+++++++++++++", -"........................++++++++++", -"..........................++++++++", -".............................+++++", -"...............................+++", -".................................+", -"...............................+++", -".............................+++++", -"..........................++++++++", -"........................++++++++++", -".....................+++++++++++++", -"...................+++++++++++++++", -"................++++++++++++++++++", -"..............++++++++++++++++++++", -"...........+++++++++++++++++++++++", -".........+++++++++++++++++++++++++", -"......++++++++++++++++++++++++++++", -"....++++++++++++++++++++++++++++++", -".+++++++++++++++++++++++++++++++++"}; +"+ c #989898", +". ", +"..+ ", +".+++.. ", +"....++.. ", +"........+.. ", +".........++++ ", +".........+.... ", +".......+...+ ", +".......++ ", +"...+.++ ", +"..+.+ ", +"++ "}; diff --git a/share/mozilla/skip_next.xpm b/share/mozilla/skip_next.xpm index 71727746be..3d4ab106f8 100644 --- a/share/mozilla/skip_next.xpm +++ b/share/mozilla/skip_next.xpm @@ -1,23 +1,14 @@ /* XPM */ -static const char * skip_next_xpm[] = { -"30 18 2 1", +static char * skip_next_xpm[] = { +"15 9 2 1", " c None", ". c #999999", -". . ..", -".. .. ..", -".... .... ..", -"..... ...... ..", -"....... ....... ..", -"......... ......... ..", -".......... .......... ..", -"............ ............ ..", -"............. ................", -"............. ............. ..", -"............ ............ ..", -".......... .......... ..", -"......... ......... ..", -"....... ....... ..", -"...... ..... ..", -".... .... ..", -".. .. ..", -". . .."}; +". . .", +".. ... .", +".... .... .", +"...... ...... .", +"...............", +"...... ...... .", +".... .... .", +"... .. .", +". . ."}; diff --git a/share/mozilla/skip_previous.xpm b/share/mozilla/skip_previous.xpm index 8dc3d35934..b505f0e380 100644 --- a/share/mozilla/skip_previous.xpm +++ b/share/mozilla/skip_previous.xpm @@ -1,23 +1,14 @@ /* XPM */ -static const char * skip_previous_xpm[] = { -"30 18 2 1", +static char * skip_previous_xpm[] = { +"15 9 2 1", " c None", ". c #999999", -".. . .", -".. .. ..", -".. .... ....", -".. ...... ......", -".. ....... .......", -".. ......... .........", -".. .......... ..........", -".. ............ ............", -".. ............. .............", -".. ............. .............", -".. ............ ............", -".. .......... ..........", -".. ......... .........", -".. ....... .......", -".. ...... ......", -".. .... ....", -".. .. ..", -".. . ."}; +". . .", +". ... ...", +". .... ....", +". ...... ......", +"...............", +". ...... ......", +". .... ....", +". ... ...", +". . ."}; diff --git a/share/mozilla/stop.xpm b/share/mozilla/stop.xpm index 2bf7babb14..1c91fd0bec 100644 --- a/share/mozilla/stop.xpm +++ b/share/mozilla/stop.xpm @@ -1,32 +1,20 @@ /* XPM */ -static const char * fs_stop_xpm[] = { -"27 27 2 1", +static char * stop_xpm[] = { +"15 15 2 1", " c None", ". c #999999", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"...........................", -"..........................."}; +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"..............."}; -- 2.39.2