update Blueberries skin and other small changes
git-svn-id: svn://kolibrios.org@7180 a494cfbc-eb01-0410-851d-a64ba20cac60
@ -236,6 +236,7 @@ extra_files = {
|
||||
{"kolibrios/lib/i965-video.dll", "common/lib/i965-video.dll"},
|
||||
{"kolibrios/lib/libdrm.dll", "common/lib/libdrm.dll"},
|
||||
{"kolibrios/lib/libegl.dll", "common/lib/libegl.dll"},
|
||||
{"kolibrios/lib/libeglut.dll", "common/lib/libeglut.dll"},
|
||||
{"kolibrios/lib/libGL.dll", "common/lib/libGL.dll"},
|
||||
{"kolibrios/lib/libjpeg.dll", "common/lib/libjpeg.dll"},
|
||||
{"kolibrios/lib/libpng16.dll", "common/lib/libpng16.dll"},
|
||||
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 150 B After Width: | Height: | Size: 150 B |
Before Width: | Height: | Size: 150 B After Width: | Height: | Size: 150 B |
@ -1,8 +1,8 @@
|
||||
include '..\skin.inc'
|
||||
include '../skin.inc'
|
||||
|
||||
SKIN_PARAMS \
|
||||
height = bmp_center1.height,\ ; skin height
|
||||
margins = [6:5:43:3],\ ; margins [left:top:right:bottom]
|
||||
margins = [6:5:58:3],\ ; margins [left:top:right:bottom]
|
||||
colors active = [binner=0x626262:\ ; border inner
|
||||
bouter=0x33383A:\ ; border outer
|
||||
bframe=0x626262],\ ; border middle
|
||||
@ -12,8 +12,8 @@ SKIN_PARAMS \
|
||||
dtp = 'default.dtp' ; dtp colors
|
||||
|
||||
SKIN_BUTTONS \
|
||||
close = [-31:1][27:17],\ ; buttons coordinates
|
||||
minimize = [-59:1][27:17] ; [left:top][width:height]
|
||||
close = [-30:1][26:18],\ ; buttons coordinates
|
||||
minimize = [-57:1][26:18] ; [left:top][width:height]
|
||||
|
||||
SKIN_BITMAPS \
|
||||
left active = bmp_left1,\ ; skin bitmaps pointers
|
||||
|
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 150 B |
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 150 B |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.2 KiB |
@ -1,4 +1,4 @@
|
||||
include '..\skin.inc'
|
||||
include '../skin.inc'
|
||||
|
||||
SKIN_PARAMS \
|
||||
height = bmp_center1.height,\ ; skin height
|
||||
|
@ -1,4 +1,4 @@
|
||||
include '..\skin.inc'
|
||||
include '../skin.inc'
|
||||
|
||||
SKIN_PARAMS \
|
||||
height = bmp_center1.height,\ ; skin height
|
||||
|
@ -1,4 +1,4 @@
|
||||
include '..\skin.inc'
|
||||
include '../skin.inc'
|
||||
|
||||
SKIN_PARAMS \
|
||||
height = bmp_center1.height,\ ; skin height
|
||||
|