amke move/resize popup box themed now. also fix eye to size properly.

SVN revision: 79266
This commit is contained in:
Carsten Haitzler 2012-11-14 06:08:52 +00:00
parent 8352a2774e
commit 017e915b7f
7 changed files with 76 additions and 3 deletions

View File

@ -182,6 +182,8 @@ img/horiz_bar_inset.png \
img/horiz_glow_run.png \
img/horizontal_separated_bar_glow.png \
img/horizontal_separated_bar_small_glow.png \
img/ic_win_move.png \
img/ic_win_resize.png \
img/inset_circle_tiny.png \
img/inset_shadow_circle_tiny.png \
img/inset_shadow.png \

View File

@ -42,7 +42,7 @@ collections {
#include "edc/O/about.edc"
#include "edc/O/backlight.edc"
#include "edc/O/battery.edc"
#include "edc/O/border.edc"
//#include "edc/O/border.edc"
#include "edc/O/border_icons.edc"
//#include "edc/O/clock.edc"
#include "edc/O/colors.edc"

View File

@ -872,3 +872,75 @@ group { name: "e/widgets/border/pixel/border";
}
}
}
group { name: "e/widgets/border/default/move";
images.image: "vgrad_tall.png" COMP;
images.image: "bevel_out.png" COMP;
images.image: "shine.png" COMP;
images.image: "ic_win_move.png" COMP;
parts {
part { name: "bg"; mouse_events: 0;
description { state: "default" 0.0;
image.normal: "vgrad_tall.png";
fill.smooth: 0;
TILED_HORIZ(40)
}
}
part { name: "bevel"; mouse_events: 0;
description { state: "default" 0.0;
image.normal: "bevel_out.png";
image.border: 1 1 1 1;
image.middle: 0;
fill.smooth: 0;
}
}
part { name: "icon";
description { state: "default" 0.0;
align: 0.0 0.5;
FIXED_SIZE(21, 21)
rel1.offset: 2 2;
rel2.relative: 0.0 1.0;
rel2.offset: 2 -3;
image.normal: "ic_win_move.png";
}
}
part { name: "e.text.label"; type: TEXT;
effect: SHADOW BOTTOM;
scale: 1;
description { state: "default" 0.0;
rel1.to_x: "icon";
rel1.offset: 4 4;
rel1.relative: 1.0 0.0;
rel2.offset: -5 -5;
color: 255 255 255 255;
color3: 0 0 0 128;
color_class: "move_text";
text { font: "Sans"; size: 10;
min: 1 1;
text_class: "move_text";
}
}
}
part { name: "shine"; mouse_events: 0;
description { state: "default" 0.0;
image.normal: "shine.png";
rel1.offset: 0 -2;
rel2.relative: 1.0 0.0;
rel2.offset: -1 2;
FIXED_SIZE(69, 5)
}
}
}
}
group { name: "e/widgets/border/default/resize";
inherit: "e/widgets/border/default/move";
images.image: "ic_win_resize.png" COMP;
parts {
part { name: "icon";
description { state: "default" 0.0;
image.normal: "ic_win_resize.png";
}
}
}
}

View File

@ -35,4 +35,3 @@ group { name: "e/gadman/popup";
}
}
}

View File

@ -44,10 +44,10 @@ group { name: "e/sys/logout";
rel1.to_x: "knob";
rel1.offset: 8 8;
rel2.offset: -9 -9;
min: 20 80;
text { style: "sys_style";
min: 1 1;
}
fixed: 1 1;
}
}
part { name: "knob"; mouse_events: 0;

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 732 B