fixed
parent
f9dfc0319a
commit
f901602f13
|
@ -1,6 +1,6 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * bottom_active_xpm[] = {
|
static char * bottom_active_xpm[] = {
|
||||||
"48 0 3 1",
|
"48 2 3 1",
|
||||||
" c None",
|
" c None",
|
||||||
"# c #C0C0C0 s active_color_2",
|
"# c #C0C0C0 s active_color_2",
|
||||||
"@ c #C0C0FF s active_color_2",
|
"@ c #C0C0FF s active_color_2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * bottom_inactive_xpm[] = {
|
static char * bottom_inactive_xpm[] = {
|
||||||
"48 0 3 1",
|
"48 2 3 1",
|
||||||
" c None",
|
" c None",
|
||||||
"# c #C0C0C0 s inactive_color_2",
|
"# c #C0C0C0 s inactive_color_2",
|
||||||
"@ c #C0C0FF s inactive_color_2",
|
"@ c #C0C0FF s inactive_color_2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * left_active_xpm[] = {
|
static char * left_active_xpm[] = {
|
||||||
"0 48 3 1",
|
"2 48 3 1",
|
||||||
" c None",
|
" c None",
|
||||||
"# c #C0C0C0 s active_color_2",
|
"# c #C0C0C0 s active_color_2",
|
||||||
"@ c #C0C0FF s active_color_2",
|
"@ c #C0C0FF s active_color_2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * left_inactive_xpm[] = {
|
static char * left_inactive_xpm[] = {
|
||||||
"0 48 3 1",
|
"2 48 3 1",
|
||||||
" c None",
|
" c None",
|
||||||
"# c #C0C0C0 s inactive_color_2",
|
"# c #C0C0C0 s inactive_color_2",
|
||||||
"@ c #C0C0FF s inactive_color_2",
|
"@ c #C0C0FF s inactive_color_2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * right_active_xpm[] = {
|
static char * right_active_xpm[] = {
|
||||||
"0 48 3 1",
|
"2 48 3 1",
|
||||||
" c None",
|
" c None",
|
||||||
"# c #C0C0C0 s active_color_2",
|
"# c #C0C0C0 s active_color_2",
|
||||||
"@ c #C0C0FF s active_color_2",
|
"@ c #C0C0FF s active_color_2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * right_inactive_xpm[] = {
|
static char * right_inactive_xpm[] = {
|
||||||
"0 48 3 1",
|
"2 48 3 1",
|
||||||
" c None",
|
" c None",
|
||||||
"# c #C0C0C0 s inactive_color_2",
|
"# c #C0C0C0 s inactive_color_2",
|
||||||
"@ c #C0C0FF s inactive_color_2",
|
"@ c #C0C0FF s inactive_color_2",
|
||||||
|
|
Loading…
Reference in New Issue