Skip to content

Commit

Permalink
~ Tweak layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
boscojwho committed Aug 25, 2024
1 parent fce6a8f commit 7c45c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PyTerm/PyTermApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ struct PyTermApp: App {

Settings {
SettingsView()
.frame(minWidth: 420, minHeight: 180)
.frame(minWidth: 420, minHeight: 144)
}
.environment(\.autoUpdater, updaterController)
.windowResizability(.contentMinSize)
.defaultPosition(.topTrailing)
.defaultSize(width: 420, height: 180)
.defaultSize(width: 420, height: 144)
}
}

0 comments on commit 7c45c51

Please sign in to comment.