Fix up the images i forgot to add... reorganise widgets in blingbling edc

SVN revision: 36220
This commit is contained in:
toma 2008-09-24 15:17:10 +00:00 committed by toma
parent 265f021f81
commit b54c8fcf07
3 changed files with 75 additions and 73 deletions

View File

@ -657,78 +657,6 @@ group {
}
}
}
group {
name: "e/icons/widget/new_dialog";
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 0.83333333333 0.83333333333;
aspect_preference: BOTH;
max: 10 12;
image {
normal: "e17_icon_right_arrow.png";
}
}
}
}
}
group {
name: "e/icons/widget/up_arrow";
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 0.83333333333 0.83333333333;
aspect_preference: BOTH;
max: 12 10;
image {
normal: "e17_icon_up_arrow.png";
}
}
}
}
}
group {
name: "e/icons/widget/down_arrow";
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 0.83333333333 0.83333333333;
aspect_preference: BOTH;
max: 12 10;
image {
normal: "e17_icon_down_arrow.png";
}
}
}
}
}
group {
name: "e/icons/widget/up_dir";
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 0.83333333333 0.83333333333;
aspect_preference: BOTH;
max: 12 10;
image {
normal: "e17_icon_up_arrow.png";
}
}
}
}
}
group {
name: "e/icons/enlightenment/mouse";
max: 64 64;
@ -2417,7 +2345,6 @@ group {
}
}
group {
name: "e/icons/widget/config";
max: 64 64;
@ -2438,6 +2365,81 @@ group {
}
}
group {
name: "e/icons/widget/new_dialog";
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 0.83333333333 0.83333333333;
aspect_preference: BOTH;
max: 10 12;
image {
normal: "e17_icon_right_arrow.png";
}
}
}
}
}
group {
name: "e/icons/widget/up_arrow";
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 0.83333333333 0.83333333333;
aspect_preference: BOTH;
max: 12 10;
image {
normal: "e17_icon_up_arrow.png";
}
}
}
}
}
group {
name: "e/icons/widget/down_arrow";
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 0.83333333333 0.83333333333;
aspect_preference: BOTH;
max: 12 10;
image {
normal: "e17_icon_down_arrow.png";
}
}
}
}
}
group {
name: "e/icons/widget/up_dir";
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 0.83333333333 0.83333333333;
aspect_preference: BOTH;
max: 12 10;
image {
normal: "e17_icon_up_arrow.png";
}
}
}
}
}
// Dummy icon filler. Replace these with their own group and icon.
group {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 B

After

Width:  |  Height:  |  Size: 631 B