not much point in having 2 identical theme groups in default

SVN revision: 73832
This commit is contained in:
Mike Blumenkrantz 2012-07-13 22:12:58 +00:00
parent dec97023ae
commit 9e87d927eb
1 changed files with 0 additions and 26 deletions

View File

@ -356,32 +356,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 ***/