From 9aea85a9534b24a4a11cdf45243d5517c99c6715 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 7 Dec 2025 15:11:47 +0000 Subject: [PATCH] General: add bottom inset to quit button --- apps/macos/Sources/Clawdis/GeneralSettings.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/macos/Sources/Clawdis/GeneralSettings.swift b/apps/macos/Sources/Clawdis/GeneralSettings.swift index dbe299149..b2fad2ef2 100644 --- a/apps/macos/Sources/Clawdis/GeneralSettings.swift +++ b/apps/macos/Sources/Clawdis/GeneralSettings.swift @@ -77,6 +77,7 @@ struct GeneralSettings: View { } .frame(maxWidth: .infinity, alignment: .leading) .padding(.horizontal, 22) + .padding(.bottom, 16) .onAppear { self.refreshCLIStatus() } }