actually no point in having this group in a theme at all since it's not used by anything anywhere...

SVN revision: 73833
This commit is contained in:
Mike Blumenkrantz 2012-07-13 22:17:37 +00:00
parent 9e87d927eb
commit 6bcd8ded31
1 changed files with 0 additions and 26 deletions

View File

@ -330,32 +330,6 @@ collections {
}
}
}
group {
name: "e/desktop/background/scrollframe";
parts {
part {
name: "clipper";
type: RECT;
mouse_events: 0;
description {
state: "default" 0.0;
}
}
part {
name: "e.swallow.content";
clip_to: "clipper";
type: SWALLOW;
description {
state: "default" 0.0;
rel1.offset: 0 0;
rel2 {
relative: 0.0 0.0;
offset: -1 -1;
}
}
}
}
}
/////////////////////////////////////////////////////////////////////////////
/*** DEFAULT WINDOW BORDER ***/