found a missing icon in import dialog - add... and fix icons to not

look so base there too.



SVN revision: 81507
This commit is contained in:
Carsten Haitzler 2012-12-21 05:35:05 +00:00
parent 016b953ce5
commit 2d98c78ff8
9 changed files with 13 additions and 177 deletions

View File

@ -225,6 +225,12 @@ img/icon_system-restart.png \
img/icon_system-shutdown.png \
img/icon_system-suspend-hibernate.png \
img/icon_system-suspend.png \
img/icon_wallpaper_center.png \
img/icon_wallpaper_fill.png \
img/icon_wallpaper_pan.png \
img/icon_wallpaper_stretch.png \
img/icon_wallpaper_tile.png \
img/icon_wallpaper_within.png \
img/ic_win_move.png \
img/ic_win_resize.png \
img/inset_circle_tiny.png \

View File

@ -1,180 +1,3 @@
// Custom icons with actions or specific behaviours
images {
image: "O/icon_wallpaper_center_flat.png" COMP;
image: "O/icon_wallpaper_center.png" COMP;
image: "O/icon_wallpaper_screen.png" COMP;
image: "O/icon_wallpaper_grad_screen.png" COMP;
}
group {
name: "e/icons/enlightenment/wallpaper_stretch";
max: 24 24;
parts {
part {
name: "bg";
mouse_events: 0;
description {
state: "default" 0.0;
rel1.to: "screen";
rel2.to: "screen";
image {
normal: "O/icon_wallpaper_center_flat.png";
border: 5 5 5 5;
}
}
}
part {
name: "screen";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.0 1.0;
aspect_preference: BOTH;
image {
normal: "O/icon_wallpaper_screen.png";
border: 2 2 2 2;
}
}
}
}
}
group {
name: "e/icons/enlightenment/wallpaper_tile";
max: 24 24;
parts {
part {
name: "bg";
mouse_events: 0;
description {
state: "default" 0.0;
rel1.to: "screen";
rel2.to: "screen";
image {
normal: "O/icon_wallpaper_center_flat.png";
border: 5 5 5 5;
}
fill {
size {
relative: 0.33 0.33;
}
}
}
}
part {
name: "screen";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.0 1.0;
aspect_preference: BOTH;
image {
normal: "O/icon_wallpaper_screen.png";
border: 2 2 2 2;
}
}
}
}
}
group {
name: "e/icons/enlightenment/wallpaper_center";
max: 24 24;
parts {
part {
name: "bg";
mouse_events: 0;
description {
state: "default" 0.0;
rel1.to: "screen";
rel2.to: "screen";
rel1.relative: 0.125 0.125;
rel2.relative: 0.875 0.875;
image {
normal: "O/icon_wallpaper_center.png";
border: 5 5 5 5;
}
}
}
part {
name: "screen";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.0 1.0;
aspect_preference: BOTH;
image {
normal: "O/icon_wallpaper_screen.png";
border: 2 2 2 2;
}
}
}
}
}
group {
name: "e/icons/enlightenment/wallpaper_scale_aspect_in";
max: 24 24;
parts {
part {
name: "bg";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.5 1.5;
aspect_preference: BOTH;
rel1.to: "screen";
rel2.to: "screen";
image {
normal: "O/icon_wallpaper_center.png";
border: 5 5 5 5;
}
}
}
part {
name: "screen";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.0 1.0;
aspect_preference: BOTH;
image {
normal: "O/icon_wallpaper_screen.png";
border: 2 2 2 2;
}
}
}
}
}
group {
name: "e/icons/enlightenment/wallpaper_scale_aspect_out";
max: 24 24;
parts {
part {
name: "bg";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.5 1.5;
aspect_preference: NONE;
image {
normal: "O/icon_wallpaper_center.png";
border: 5 5 5 5;
}
}
}
part {
name: "screen";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.0 1.0;
aspect_preference: BOTH;
image {
normal: "O/icon_wallpaper_screen.png";
border: 2 2 2 2;
}
}
}
}
}
/////////////////////////////////////////////////////////////////////////////
/*** ICONS ***/

View File

@ -32,6 +32,13 @@
ICON("preferences-desktop-signal-bindings", 80, "icon_preferences-desktop-signal-bindings.png")
ICON("preferences-variables", 80, "icon_preferences-variables.png")
ICON("preferences-interaction", 80, "icon_preferences-interaction.png")
ICON("enlightenment/wallpaper_stretch", 80, "icon_wallpaper_stretch.png")
ICON("enlightenment/wallpaper_center", 80, "icon_wallpaper_center.png")
ICON("enlightenment/wallpaper_tile", 80, "icon_wallpaper_tile.png")
ICON("enlightenment/wallpaper_scale_aspect_in", 80, "icon_wallpaper_within.png")
ICON("enlightenment/wallpaper_scale_aspect_out", 80, "icon_wallpaper_fill.png")
ICON("enlightenment/wallpaper_pan", 80, "icon_wallpaper_pan.png")
#if 0
// ICON("", 80, "")
#endif

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB