TH - photo

This commit is contained in:
Carsten Haitzler 2019-10-13 22:25:30 +01:00
parent 0b615a7acf
commit d1f8133c4c
1 changed files with 14 additions and 17 deletions

View File

@ -3,38 +3,36 @@ group { name: "elm/photo/base/default";
parts {
part { name: "shadow"; mouse_events: 0;
description { state: "default" 0.0;
rel1.to: "base";
rel2.to: "base";
WIN_SHADOW;
rel.to: "base";
WIN_SHADOW_SMALL;
}
}
part { name: "base"; type: RECT;
scale: 1;
description { state: "default" 0.0;
rel1.offset: 7 7;
rel2.offset: -8 -8;
color: 255 255 255 255;
rel1.offset: 4 4;
rel2.offset: -5 -5;
color: 128 128 128 255;
offscale;
}
}
part { name: "clip"; type: RECT;
description { state: "default" 0.0;
rel1.to: "base";
rel.to: "base";
rel1.offset: 4 4;
rel2.to: "base";
rel2.offset: -5 -5;
}
}
part { name: "bg"; type: RECT;
description { state: "default" 0.0;
rel1.to: "clip";
rel2.to: "clip";
color: DARK_GREY_BG_COLOR;
rel.to: "clip";
color: 48 48 48 255;
}
}
part { name: "elm.swallow.content"; type: SWALLOW;
clip_to: "clip";
description { state: "default" 0.0;
rel1.to: "clip";
rel2.to: "clip";
rel.to: "clip";
}
}
}
@ -64,15 +62,14 @@ group { name: "elm/photo/base/shadow";
parts {
part { name: "size"; type: SPACER;
description { state: "default" 0.0;
rel1.offset: 7 7;
rel2.offset: -8 -8;
rel1.offset: 4 4;
rel2.offset: -5 -5;
}
}
part { name: "base"; type: RECT;
description { state: "default" 0.0;
rel1.to: "size";
rel.to: "size";
rel1.offset: 0 0;
rel2.to: "size";
rel2.offset: -1 -1;
}
}