Skip to content

Commit 568a147

Browse files
committed
Fixed a small spacing issue
1 parent e183b62 commit 568a147

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CodeEdit/Features/Editor/TabBar/Views/EditorTabBarView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ struct EditorTabBarView: View {
2424
EditorTabBarTrailingAccessories()
2525
.padding(.top, hasTopInsets ? -1 : 0)
2626
}
27-
.frame(height: EditorTabBarView.height)
27+
.frame(height: EditorTabBarView.height - (hasTopInsets ? 1 : 0))
28+
.clipped()
2829
.padding(.leading, -1)
2930
}
3031
}

0 commit comments

Comments
 (0)