diff options
author | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2005-09-27 19:38:10 +0000 |
---|---|---|
committer | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2005-09-27 19:38:10 +0000 |
commit | 70ea50005593111f648b6bd1fbe7e4f650eb941d (patch) | |
tree | 75864f8d788941513f9ada24289589f485f0c0aa /themes/default/title-4-inactive.xpm | |
parent | 7bd835e64ce76e8160b09f575b4b3219c0911a1f (diff) | |
download | xfwm4-70ea50005593111f648b6bd1fbe7e4f650eb941d.tar.gz |
Add 1 pixel to the height of the title bar
(Old svn revision: 17860)
Diffstat (limited to 'themes/default/title-4-inactive.xpm')
-rw-r--r-- | themes/default/title-4-inactive.xpm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/default/title-4-inactive.xpm b/themes/default/title-4-inactive.xpm index 49cf07dcb..e3bc226b5 100644 --- a/themes/default/title-4-inactive.xpm +++ b/themes/default/title-4-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * title_3_inactive_xpm[] = { -"4 22 10 1", +"4 23 10 1", " c None", ". c #000000", "+ c #E0E0E0 s inactive_hilight_2", @@ -32,4 +32,5 @@ static char * title_3_inactive_xpm[] = { "%%%%", "%%%%", "%%%%", +"%%%%", "%%%%"}; |