feat: adjusted settings window to the new macOS design

This commit is contained in:
Serhiy Mytrovtsiy
2025-09-22 21:22:54 +02:00
parent ed6bce118f
commit 1d4afd97e1
4 changed files with 19 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ class ApplicationSettings: NSStackView {
let scrollView = ScrollableStackView(orientation: .vertical)
scrollView.stackView.edgeInsets = NSEdgeInsets(
top: Constants.Settings.margin,
top: 0,
left: Constants.Settings.margin,
bottom: Constants.Settings.margin,
right: Constants.Settings.margin