Skip to content

Commit ae44f86

Browse files
thecoolwinterlukepistrol
authored andcommitted
Use minSidebarWidth in inspector view
1 parent 8382df6 commit ae44f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeEdit/Features/InspectorSidebar/InspectorSidebarView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ struct InspectorSidebarView: View {
4646
}
4747
}
4848
.frame(
49-
minWidth: 242,
49+
minWidth: CodeEditWindowController.minSidebarWidth,
5050
idealWidth: 260,
5151
minHeight: 0,
5252
maxHeight: .infinity,

0 commit comments

Comments
 (0)