Skip to content
Snippets Groups Projects
Commit e75066c5 authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

Use odd height for title

(Old svn revision: 11593)
parent c5180518
No related branches found
No related tags found
No related merge requests found
Showing with 14 additions and 28 deletions
/* XPM */
static char * title_active_xpm[] = {
"8 24 6 1",
"8 23 6 1",
" c None",
". c #000000",
"+ c #6EA0CD s active_hilight_1",
......@@ -28,6 +28,5 @@ static char * title_active_xpm[] = {
"########",
"########",
"########",
"########",
"$$$$$$$$",
"@@@@@@@@"};
/* XPM */
static char * title_inactive_xpm[] = {
"8 24 6 1",
"8 23 6 1",
" c None",
". c #000000",
"+ c #6EA0CD s inactive_hilight_1",
......@@ -28,6 +28,5 @@ static char * title_inactive_xpm[] = {
"########",
"########",
"########",
"########",
"$$$$$$$$",
"@@@@@@@@"};
/* XPM */
static char * title_active_xpm[] = {
"8 24 6 1",
"8 23 6 1",
" c None",
". c #000000",
"+ c #6EA0CD s active_hilight_1",
......@@ -28,6 +28,5 @@ static char * title_active_xpm[] = {
"########",
"########",
"########",
"########",
"$$$$$$$$",
"@@@@@@@@"};
/* XPM */
static char * title_inactive_xpm[] = {
"8 24 6 1",
"8 23 6 1",
" c None",
". c #000000",
"+ c #6EA0CD s inactive_hilight_1",
......@@ -28,6 +28,5 @@ static char * title_inactive_xpm[] = {
"########",
"########",
"########",
"########",
"$$$$$$$$",
"@@@@@@@@"};
/* XPM */
static char * title_active_xpm[] = {
"8 24 6 1",
"8 23 6 1",
" c None",
". c #000000",
"+ c #6EA0CD s active_hilight_1",
......@@ -28,6 +28,5 @@ static char * title_active_xpm[] = {
"########",
"########",
"########",
"########",
"$$$$$$$$",
"@@@@@@@@"};
/* XPM */
static char * title_inactive_xpm[] = {
"8 24 6 1",
"8 23 6 1",
" c None",
". c #000000",
"+ c #6EA0CD s inactive_hilight_1",
......@@ -28,6 +28,5 @@ static char * title_inactive_xpm[] = {
"########",
"########",
"########",
"########",
"$$$$$$$$",
"@@@@@@@@"};
/* XPM */
static char * title_active_xpm[] = {
"8 24 6 1",
"8 23 6 1",
" c None",
". c #000000",
"+ c #6EA0CD s active_hilight_1",
......@@ -28,6 +28,5 @@ static char * title_active_xpm[] = {
"########",
"########",
"########",
"########",
"$$$$$$$$",
"@@@@@@@@"};
/* XPM */
static char * title_inactive_xpm[] = {
"8 24 6 1",
"8 23 6 1",
" c None",
". c #000000",
"+ c #6EA0CD s inactive_hilight_1",
......@@ -28,6 +28,5 @@ static char * title_inactive_xpm[] = {
"########",
"########",
"########",
"########",
"$$$$$$$$",
"@@@@@@@@"};
/* XPM */
static char * title_active_xpm[] = {
"8 24 6 1",
"8 23 6 1",
" c None",
". c #000000",
"+ c #6EA0CD s active_hilight_1",
......@@ -28,6 +28,5 @@ static char * title_active_xpm[] = {
"########",
"########",
"########",
"########",
"$$$$$$$$",
"@@@@@@@@"};
/* XPM */
static char * title_inactive_xpm[] = {
"8 24 6 1",
"8 23 6 1",
" c None",
". c #000000",
"+ c #6EA0CD s inactive_hilight_1",
......@@ -28,6 +28,5 @@ static char * title_inactive_xpm[] = {
"########",
"########",
"########",
"########",
"$$$$$$$$",
"@@@@@@@@"};
/* XPM */
static char * top_left_active_xpm[] = {
"8 24 6 1",
"8 23 6 1",
" c None",
". c #000000",
"+ c #6EA0CD s active_hilight_1",
......@@ -28,6 +28,5 @@ static char * top_left_active_xpm[] = {
".+$$$$$$",
".+$$$$$$",
".+$$$$$$",
".+$$$$$$",
".+$#####",
".+#@@@@@"};
/* XPM */
static char * top_left_inactive_xpm[] = {
"8 24 6 1",
"8 23 6 1",
" c None",
". c #000000",
"+ c #6EA0CD s inactive_hilight_1",
......@@ -28,6 +28,5 @@ static char * top_left_inactive_xpm[] = {
".+$$$$$$",
".+$$$$$$",
".+$$$$$$",
".+$$$$$$",
".+$#####",
".+#@@@@@"};
/* XPM */
static char * top_right_active_xpm[] = {
"8 24 6 1",
"8 23 6 1",
" c None",
". c #000000",
"+ c #6EA0CD s active_hilight_1",
......@@ -28,6 +28,5 @@ static char * top_right_active_xpm[] = {
"$$$$$$+.",
"$$$$$$+.",
"$$$$$$+.",
"$$$$$$+.",
"#####$+.",
"@@@@@#+."};
/* XPM */
static char * top_right_inactive_xpm[] = {
"8 24 6 1",
"8 23 6 1",
" c None",
". c #000000",
"+ c #6EA0CD s inactive_hilight_1",
......@@ -28,6 +28,5 @@ static char * top_right_inactive_xpm[] = {
"$$$$$$+.",
"$$$$$$+.",
"$$$$$$+.",
"$$$$$$+.",
"#####$+.",
"@@@@@#+."};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment