diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-12 00:48:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-12 00:48:06 +0000 |
| commit | 3bee91aaf9c9893fb4a516432ad195a117baf1ce (patch) | |
| tree | b90cef1906793fa22548716a19a049945494966a /themes/Syscrash/openbox-3/max_pressed.xbm | |
| parent | 41f0ff035bef7fb14e4ede5aa36c71e8948731b9 (diff) | |
remove buttons from themes when they are using the defaults already for clarity
some small changes to themes..
buttons can hide themselves now, so removed the empty disabled masks for
Bear2 and Natura
install the default xbms for reference to the doc dir
install some basic documentation to the doc dir
Diffstat (limited to 'themes/Syscrash/openbox-3/max_pressed.xbm')
| -rw-r--r-- | themes/Syscrash/openbox-3/max_pressed.xbm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/Syscrash/openbox-3/max_pressed.xbm b/themes/Syscrash/openbox-3/max_pressed.xbm index dd8e57e3..6d030af4 100644 --- a/themes/Syscrash/openbox-3/max_pressed.xbm +++ b/themes/Syscrash/openbox-3/max_pressed.xbm @@ -1,4 +1,4 @@ -#define max_width 5 -#define max_height 5 +#define max_width 6 +#define max_height 6 static unsigned char max_bits[] = { - 0x1f, 0x1f, 0x11, 0x11, 0x1f }; + 0x3f, 0x3f, 0x21, 0x21, 0x21, 0x3f }; |
