Skip to content

Commit 6da1e0e

Browse files
Merge pull request #973 from lukepistrol/fix/general-settings-height
[fix]: height of the general settings pane
2 parents 45f8d44 + ae44f86 commit 6da1e0e

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)