From b60d8aa5c8a15eec5f0e69217cf4c8525b113e0b Mon Sep 17 00:00:00 2001 From: SenpaiHunters Date: Fri, 12 Apr 2024 22:37:58 +1000 Subject: [PATCH] Update padding a bit to see about --- .../xcshareddata/WorkspaceSettings.xcsettings | 5 ++++ clakr/clakr/Settings/Settings.swift | 23 +++++++++---------- 2 files changed, 16 insertions(+), 12 deletions(-) create mode 100644 clakr/clakr.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings diff --git a/clakr/clakr.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/clakr/clakr.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file mode 100644 index 0000000..0c67376 --- /dev/null +++ b/clakr/clakr.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings @@ -0,0 +1,5 @@ + + + + + diff --git a/clakr/clakr/Settings/Settings.swift b/clakr/clakr/Settings/Settings.swift index cb10662..12c6491 100644 --- a/clakr/clakr/Settings/Settings.swift +++ b/clakr/clakr/Settings/Settings.swift @@ -26,7 +26,7 @@ struct SettingsView: View { var id: String { self.rawValue } } - private let frameSize = CGSize(width: 630, height: 500) + private let frameSize = CGSize(width: 650, height: 500) var body: some View { NavigationView { @@ -278,25 +278,24 @@ struct AboutView: View { } private var aboutClakrSection: some View { - VStack(alignment: .leading, spacing: 5) { - Text("More about Clakr") - .font(.title2) - .padding(.bottom, 2) + VStack(alignment: .leading, spacing: 5) { + Text("More about Clakr") + .font(.title2) + .padding(.bottom, 5) - Text("Clakr is a simple, lightweight auto-clicker designed for macOS. It can be used as a menu bar app, or a standalone app, with optional sound effects when the clicker starts.") + Text("Clakr is a simple, lightweight auto-clicker designed for macOS. It can be used as a menu bar app, or a standalone app, with optional sound effects when the clicker starts.") .padding(.bottom, 1) - Text("Clakr is entirely open-sourced, ensuring user and developer transparency for an up-to-date, free, and fast auto-clicker.") + Text("Clakr is entirely open-sourced, ensuring user and developer transparency for an up-to-date, free, and fast auto-clicker.") .padding(.bottom, 1) - Text("Please be aware that by using Clakr, you accept full responsibility for any consequences, such as bans or penalties from software or services that prohibit the use of auto-clickers.") + Text("Please be aware that by using Clakr, you accept full responsibility for any consequences, such as bans or penalties from software or services that prohibit the use of auto-clickers.") .padding(.bottom, 1) - Link("Support Clakr's development", destination: URL(string: "https://www.buymeacoffee.com/kamiamvs")!) - .padding(.bottom, 1) - } - .padding(.vertical) + Link("Support Clakr's development", destination: URL(string: "https://www.buymeacoffee.com/kamiamvs")!) + .padding(.bottom, 3) } +} private var copyrightAndVersionSection: some View { HStack {