Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 192ad14

Browse files
committed
Remove unwanted 10
1 parent 353acbc commit 192ad14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/ModalBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ define(function (require, exports, module) {
157157
// when there are html menus we need to adjust the top position
158158
if (!brackets.nativeMenus) {
159159
var top = $("#titlebar").outerHeight();
160-
this._$root.css("top", (top + 10) + "px");
160+
this._$root.css("top", top + "px");
161161
}
162162

163163
// Preserve scroll position of the current full editor across the editor refresh, adjusting for the

0 commit comments

Comments
 (0)