Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7119 → Rev 7256

/skins/night/night.asm
4,7 → 4,7
 
SKIN_PARAMS \
height = bmp_base.height,\ ; skin height
margins = [5:1:37:1],\ ; margins [left:top:right:bottom]
margins = [5:4:37:0],\ ; margins [left:top:right:bottom]
colors active = [binner=0x000000:\ ; border inner color
bouter=0x000000:\ ; border outer color
bframe=0x2d2d2d],\ ; border frame color
14,8 → 14,8
dtp = 'default.dtp' ; dtp colors
 
SKIN_BUTTONS \
close = [-18:3][14:14],\ ; buttons coordinates
minimize = [-35:3][14:14] ; [left:top][width:height]
close = [-19:3][16:16],\ ; buttons coordinates
minimize = [-36:3][16:16] ; [left:top][width:height]
 
SKIN_BITMAPS \
left active = bmp_left,\ ; skin bitmaps pointers
28,6 → 28,6
BITMAP bmp_left ,'left.bmp' ; skin bitmaps
BITMAP bmp_oper ,'oper.bmp'
BITMAP bmp_base ,'base.bmp'
BITMAP bmp_left1,'left_1.bmp'
BITMAP bmp_left1,'left.bmp'
BITMAP bmp_oper1,'oper_1.bmp'
BITMAP bmp_base1,'base_1.bmp'
BITMAP bmp_base1,'base.bmp'