theme - clean up some clip and rel to's - no functional change

This commit is contained in:
Carsten Haitzler 2023-05-16 20:16:58 +01:00
parent 97b809084c
commit b7ecbd5476
1 changed files with 2 additions and 6 deletions

View File

@ -28,16 +28,12 @@ group { name: "elm/scroller/base/default";
}
part { name: "clipper"; type: RECT;
description { state: "default" 0.0;
rel.to: "elm.swallow.background";
rel.to: "elm.swallow.content";
}
}
part { name: "elm.swallow.background"; type: SWALLOW;
// scale: 1;
clip_to: "clipper";
description { state: "default" 0.0;
// rel1.offset: 2 2;
// rel2.offset: -3 -3;
// offscale;
}
}
part { name: "elm.swallow.content"; type: SWALLOW;
@ -187,7 +183,7 @@ group { name: "elm/scroller/base/default";
part { name: "sh_clip"; type: RECT;
description { state: "default" 0.0;
rel.to: "elm.swallow.background";
rel.to: "clipper";
}
}
//////////////////////////////////////////////////////////////////////