#Space skin by Jason W (wies@mailcity.com)

VERSION           = 1  

# number of bands (32 or 16)
NUM_BANDS         = 32

PEAK_HEIGHT       = 2
 
# number of skin in analyzer.xpm
LOGO_NO           = 0
BANDS_OFF_NO      = 1
BANDS_ON_NO       = 2
REV_BANDS_OFF_NO  = 1
REV_BANDS_ON_NO   = 2

# main window size
WINDOW_WIDTH      = 275
WINDOW_HEIGHT     = 116

# titlebar height
TITLEBAR_HEIGHT   = 13

# analyzer left upper position in main window
ANALYZER_X        = 10
ANALYZER_Y        = 15
# analyzer size
ANALYZER_WIDTH    = 256
ANALYZER_HEIGHT   = 92

# menu button left upper corner position in main window
MENUBUTTON_X      = 9
MENUBUTTON_Y      = 3
# menu button size
MENUBUTTON_WIDTH  = 6
MENUBUTTON_HEIGHT = 9

# exit button left upper corner position in main window
EXITBUTTON_X      = 257
EXITBUTTON_Y      = 3
# exit button size
EXITBUTTON_WIDTH  = 8
EXITBUTTON_HEIGHT = 9
