소스 검색

adjust text editor toolbar position

Joscha Jaeger 10 년 전
부모
커밋
0dbd59a441
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/allplatforms/classes/TextEditor.js

+ 1 - 1
src/allplatforms/classes/TextEditor.js

@@ -155,7 +155,7 @@ SC.loadPackage({ 'TextEditor': {
                     textShapeToolbar.setAttribute('data-target', '#currentEditor');
                     textShapeToolbar.style.display = 'block';
 
-                    textShapeToolbar.style.top = this.get('textEditor').offsetTop - 85 + 'px';
+                    textShapeToolbar.style.top = this.get('textEditor').offsetTop - 76 + 'px';
                     textShapeToolbar.style.left = this.get('textEditor').offsetLeft + this.get('textEditor').offsetWidth - 300 + 'px';
 
                 var editGroups = this.class.get('activeEditGroups');