txtodo

[DORMANT] a minimalist todo list app inspired by jeff huang
git clone git://git.figbert.com/txtodo.git
Log | Files | Refs | README

commit 0ed525b629e49aad781f8e20d1d0bde5c59f3e9a
parent 5af48212342d033c96ebaee7797574a00d74db90
Author: FIGBERT <figbert@figbert.com>
Date:   Mon, 16 Nov 2020 19:22:46 -0800

Shift padding in macOS SettingsView

Diffstat:
MmacOS/SettingsView.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/macOS/SettingsView.swift b/macOS/SettingsView.swift @@ -12,8 +12,8 @@ struct SettingsView: View { TabView { VStack { Text("txtodo by figbert - v\(Bundle.main.infoDictionary?["CFBundleShortVersionString"] as! String)") - Link(destination: URL(string: "https://txtodo.app/")!) { Text("view site") } .padding() + Link(destination: URL(string: "https://txtodo.app/")!) { Text("view site") } Link(destination: URL(string: "https://jeffhuang.com/productivity_text_file/")!) { Text("view inspo") } } .tabItem {