Prepping for release
Addressing issue #224 where the XFWM4 hidpi theme had some glitches.
This commit is contained in:
parent
ea314f24ba
commit
c20b138175
|
@ -22,8 +22,8 @@ static char * close_active_xpm[] = {
|
|||
" ",
|
||||
" ++++++++++++++++++++++++++++++&&",
|
||||
" ++++++++++++++++++++++++++++++&&",
|
||||
" ++SSssssssssssssssssssssssss##&&",
|
||||
" ++SS@@@@@@@@@@@@@@@@@@@@@@@@##&&",
|
||||
" ++SSSSSSSSSSSSSSSSSSSSSSSSSS##&&",
|
||||
" ++SSSSSSSSSSSSSSSSSSSSSSSSSS##&&",
|
||||
" ++SS@@@@@@@@@@@@@@@@@@@@@@@@##&&",
|
||||
" ++SS@@@@@@@@@@@@@@@@@@@@@@@@##&&",
|
||||
" ++SS@@@@....@@@@@@@@....@@@@##&&",
|
||||
|
|
|
@ -22,7 +22,7 @@ static char * close_inactive_xpm[] = {
|
|||
" ",
|
||||
" ++++++++++++++++++++++++++++++&&",
|
||||
" ++++++++++++++++++++++++++++++&&",
|
||||
" ++SSssssssssssssssssssssssss##&&",
|
||||
" ++SSSSSSSSSSSSSSSSSSSSSSSSSS##&&",
|
||||
" ++SS@@@@@@@@@@@@@@@@@@@@@@@@##&&",
|
||||
" ++SS@@@@@@@@@@@@@@@@@@@@@@@@##&&",
|
||||
" ++SS@@@@@@@@@@@@@@@@@@@@@@@@##&&",
|
||||
|
|
|
@ -21,13 +21,13 @@ static char * close_pressed_xpm[] = {
|
|||
" ",
|
||||
" ",
|
||||
" &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&##",
|
||||
" &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&##",
|
||||
" &&++++++++++++++++++++++++++SS##",
|
||||
" &&++++++++++++++++++++++++++SS##",
|
||||
" &&++@@@@@@@@@@@@@@@@@@@@@@@@SS##",
|
||||
" &&++@@@@@@@@@@@@@@@@@@@@@@@@SS##",
|
||||
" &&++@@@@@@@@@@@@@@@@@@@@@@@@SS##",
|
||||
" &&++@@@@@@@@@@@@@@@@@@@@@@@@SS##",
|
||||
" &&++@@@@@@@@@@@@@@@@@@@@@@@@SS##",
|
||||
" &&++@@@@@@....@@@@@@@@....@@SS##",
|
||||
" &&++@@@@@@....@@@@@@@@....@@SS##",
|
||||
" &&++@@@@@@@@....@@@@....@@@@SS##",
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
static char * menu_active_xpm[] = {
|
||||
"32 32 2 1",
|
||||
" c None",
|
||||
"@ c #C0C0C0 s inactive_color_2",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
||||
"@ c #C0C0C0 s active_color_2",
|
||||
" ",
|
||||
" ",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
||||
|
|
|
@ -3,8 +3,8 @@ static char * menu_inactive_xpm[] = {
|
|||
"32 32 2 1",
|
||||
" c None",
|
||||
"@ c #C0C0C0 s inactive_color_2",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
||||
" ",
|
||||
" ",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
||||
|
|
|
@ -3,8 +3,8 @@ static char * menu_active_xpm[] = {
|
|||
"32 32 2 1",
|
||||
" c None",
|
||||
"@ c #C0C0C0 s inactive_color_2",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
||||
" ",
|
||||
" ",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* XPM */
|
||||
static char * top_left_active_xpm[] = {
|
||||
"4 24 6 1",
|
||||
"8 48 6 1",
|
||||
" c None",
|
||||
"$ c #0000FF s active_hilight_1",
|
||||
"+ c #FFFF00 s active_hilight_2",
|
||||
|
|
Loading…
Reference in New Issue