Skip to content

Commit d59122c

Browse files
committed
Update console minWidth for macOS
1 parent 4552405 commit d59122c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PulseUI/Features/Console/ConsoleView-macos.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ private struct ConsoleMainView: View {
5151

5252
private var contentView: some View {
5353
ConsoleListView()
54-
.frame(minWidth: 200, idealWidth: 400, minHeight: 120, idealHeight: 480)
54+
.frame(minWidth: 400, idealWidth: 500, minHeight: 120, idealHeight: 480)
5555
.toolbar {
5656
ToolbarItemGroup(placement: .navigation) {
5757
contentToolbarNavigationItems

0 commit comments

Comments
 (0)