Преглед изворни кода

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"