소스 검색

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"