This commit is contained in:
Mirco Wittrien 2019-11-28 09:08:00 +01:00
parent 030109b223
commit 4c6ef769fb
2 changed files with 3 additions and 3 deletions

View File

@ -8939,7 +8939,7 @@ var BDFDB = {
[children, index] = BDFDB.ReactUtils.findChildren(e.returnValue, {name: "mask"});
if (index > -1) {
children[index].props.children.push(BDFDB.ReactUtils.createElement(LibraryComponents.Animations.animated.rect, {
x: 16 - (e.thisObject.props.upperLeftBadgeWidth + 8) + 4,
x: -4,
y: -4,
width: e.thisObject.props.upperLeftBadgeWidth + 8,
height: 24,
@ -8949,7 +8949,7 @@ var BDFDB = {
fill: "black"
}));
children[index].props.children.push(BDFDB.ReactUtils.createElement(LibraryComponents.Animations.animated.rect, {
x: 16 - (e.thisObject.props.lowerLeftBadgeWidth + 8) + 4,
x: -4,
y: 28,
width: e.thisObject.props.lowerLeftBadgeWidth + 8,
height: 24,

File diff suppressed because one or more lines are too long