Skip to content

Commit 0436868

Browse files
committed
Use minSidebarWidth in inspector view
1 parent de3f92c commit 0436868

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeEdit/Features/InspectorSidebar/InspectorSidebarView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ struct InspectorSidebarView: View {
4242
}
4343
}
4444
.frame(
45-
minWidth: 242,
45+
minWidth: CodeEditWindowController.minSidebarWidth,
4646
idealWidth: 260,
4747
minHeight: 0,
4848
maxHeight: .infinity,

0 commit comments

Comments
 (0)