diff options
author | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2005-08-03 20:19:21 +0000 |
---|---|---|
committer | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2005-08-03 20:19:21 +0000 |
commit | cc4b54be005d9e26864f342859917e1a34b5baa3 (patch) | |
tree | 13ebc9ef60c8e2e6b23f4408d1ba42252b887077 /themes/default/stick-inactive.xpm | |
parent | a2c210a11b5ffb6e0e97c95f75a880ca8c1f401d (diff) | |
download | xfwm4-cc4b54be005d9e26864f342859917e1a34b5baa3.tar.gz |
Enlarge the title height by 2 pix; makes it better to the eyes and easier to use on modern hardware with high resolutions.
(Old svn revision: 16450)
Diffstat (limited to 'themes/default/stick-inactive.xpm')
-rw-r--r-- | themes/default/stick-inactive.xpm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/stick-inactive.xpm b/themes/default/stick-inactive.xpm index 295891891..1237939a9 100644 --- a/themes/default/stick-inactive.xpm +++ b/themes/default/stick-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * stick_inactive_xpm[] = { -"17 21 6 1", +"17 23 6 1", " c None", ". c #E0E0E0 s inactive_hilight_2", "+ c #C0C0C0 s inactive_color_2", @@ -10,6 +10,7 @@ static char * stick_inactive_xpm[] = { " ", " ", " ", +" ", " +++++++++++++++ ", "+++++++++++++++++", "+++++++++++++++++", @@ -27,4 +28,5 @@ static char * stick_inactive_xpm[] = { "+++++++++++++++++", "+++++++++++++++++", " +++++++++++++++ ", +" ", " "}; |