浏览代码

small layout adjustment (not pretty but ok)

Jakob Pietron 2 年之前
父节点
当前提交
77546715e2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/frontend/rountangleEditor/RountangleResizeHandleComponent.tsx

+ 2 - 2
src/frontend/rountangleEditor/RountangleResizeHandleComponent.tsx

@@ -73,8 +73,8 @@ export class RountangleResizeHandleComponent extends React.Component<RountangleR
 
     render() {
         return <svg
-            x={this.props.x + this.props.width - 16}
-            y={this.props.y + this.props.height - 16}
+            x={this.props.x + this.props.width - 16.5}
+            y={this.props.y + this.props.height - 16.5}
             width={15}
             height={15}
             className="re-rountangle-resize-handle"