Skip to content

Commit 9155c39

Browse files
authored
Update CodeEdit/Features/Editor/Views/EditorAreaFileView.swift
1 parent 0f7afc8 commit 9155c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodeEdit/Features/Editor/Views/EditorAreaFileView.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ struct EditorAreaFileView: View {
2727
CodeFileView(codeFile: codeFile, textViewCoordinators: textViewCoordinators)
2828
} else {
2929
NonTextFileView(fileDocument: codeFile)
30-
.padding(.top, edgeInsets.top - 1.74) // Use the magic number to fine-tune its appearance.
31-
.padding(.bottom, StatusBarView.height + 1.26) // Use the magic number to fine-tune its appearance.
30+
.padding(.top, edgeInsets.top - 1.74)
31+
.padding(.bottom, StatusBarView.height + 1.26)
3232
.modifier(UpdateStatusBarInfo(with: codeFile.fileURL))
3333
.onDisappear {
3434
statusBarViewModel.dimensions = nil

0 commit comments

Comments
 (0)