elm theme - remove more images

This commit is contained in:
Carsten Haitzler 2021-03-28 15:28:49 +01:00
parent d684401fd0
commit 7b246f19ba
5 changed files with 16 additions and 10 deletions

View File

@ -379,7 +379,7 @@ group { name: "elm/menu/main_menu_submenu/default";
//In the hover used by the menu only the bottom part is used.
group { name: "elm/hover/base/menu/default";
images.image: "win_menu_shadow.png" COMP;
images.image: "win_shad_angle.png" COMP;
parts {
part { name: "elm.swallow.offset"; type: SWALLOW;
description { state: "default" 0.0;
@ -431,11 +431,13 @@ group { name: "elm/hover/base/menu/default";
color: 255 255 255 255;
}
}
part { name: "shadow";
WIN_SHAD("bg", "shadow", "win_shad_angle.png", 21, 21, 14, 28, 0.5)
part { name: "shadow"; type: RECT;
clip_to: "bottomclip";
description { state: "default" 0.0;
rel.to: "bg";
WIN_MENU_SHADOW;
rel1.offset: -1000 -1000;
rel2.offset: 1000 1000;
}
}
part { name: "bg"; type: RECT; mouse_events: 0;
@ -565,7 +567,7 @@ group { name: "elm/hover/base/main_menu/default";
}
group { name: "elm/hover/base/main_menu_submenu/default";
images.image: "win_menu_shadow.png" COMP;
images.image: "win_shad_angle.png" COMP;
parts {
part { name: "elm.swallow.offset"; type: SWALLOW;
repeat_events:1;
@ -601,11 +603,13 @@ group { name: "elm/hover/base/main_menu_submenu/default";
color: 255 255 255 255;
}
}
part { name: "shadow";
WIN_SHAD("bg", "shadow", "win_shad_angle.png", 21, 21, 14, 28, 0.5)
part { name: "shadow"; type: RECT;
clip_to: "bottomclip";
description { state: "default" 0.0;
rel.to: "bg";
WIN_MENU_SHADOW;
rel1.offset: -1000 -1000;
rel2.offset: 1000 1000;
}
}
part { name: "bg"; type: RECT; mouse_events: 0;

View File

@ -1329,12 +1329,14 @@ group { name: "elm/toolbar/object/default";
// === item: the more PANEL that slides out under the toolbar
// XXX: vert vs horiz (should emit)
group { name: "elm/toolbar/more/default";
images.image: "win_menu_shadow.png" COMP;
images.image: "win_shad_angle.png" COMP;
parts {
part { name: "shadow"; mouse_events: 0;
WIN_SHAD("base", "shadow", "win_shad_angle.png", 21, 21, 14, 28, 0.5)
part { name: "shadow"; type: RECT;
description { state: "default" 0.0;
WIN_MENU_SHADOW;
rel.to: "base";
rel1.offset: -1000 -1000;
rel2.offset: 1000 1000;
color: 0 0 0 0;
visible: 0;
}

View File

@ -80,7 +80,7 @@ group { name: "e/conf/randr/main/frame";
public refresh_open;
}
parts {
part { name: "primary";
part { name: "primary"; type: RECT;
scale: 1;
description { state: "default" 0.0;
color: 48 48 48 255;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 907 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB