Skip to content

Commit

Permalink
fix: sidebar min width (kevinhermawan#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhermawan authored Nov 20, 2023
1 parent 94f63aa commit 10a2928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Ollamac/Views/AppView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ struct AppView: View {
var body: some View {
NavigationSplitView {
ChatSidebarListView()
.navigationSplitViewColumnWidth(min: 240, ideal: 240)
} detail: {
if let selectedChat = commandViewModel.selectedChat {
MessageView(for: selectedChat)
Expand Down

0 comments on commit 10a2928

Please sign in to comment.