Skip to content

Commit 8a0595b

Browse files
committed
fix the height of the general settings pane
1 parent d97e2aa commit 8a0595b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CodeEdit/Features/AppPreferences/Sections/GeneralPreferences/GeneralPreferencesView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ struct GeneralPreferencesView: View {
5555
updaterSection
5656
}
5757
}
58+
.frame(minHeight: 650)
5859
}
5960
}
6061

0 commit comments

Comments
 (0)