txtodo

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

commit e3e10aa4029442e04bce6e0691c7047a006a3bb0
parent 7045e6a81f97578710288493192b0b51478589af
Author: FIGBERT <figbert@figbert.com>
Date:   Sun, 21 Mar 2021 15:03:59 -0700

Remove vertical padding on tasks on macOS

Diffstat:
MmacOS/Info.plist | 4++--
MmacOS/TaskView.swift | 1-
2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/macOS/Info.plist b/macOS/Info.plist @@ -17,9 +17,9 @@ <key>CFBundlePackageType</key> <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> <key>CFBundleShortVersionString</key> - <string>1.0.9</string> + <string>1.0.10</string> <key>CFBundleVersion</key> - <string>1.0.9</string> + <string>1.0.10</string> <key>LSApplicationCategoryType</key> <string>public.app-category.productivity</string> <key>LSMinimumSystemVersion</key> diff --git a/macOS/TaskView.swift b/macOS/TaskView.swift @@ -139,7 +139,6 @@ struct TaskView: View { .padding(.bottom, 5) } } - .padding(.vertical, config.showingNotes ? 12 : 0) .padding(.horizontal, 14) .cornerRadius(15) .font(.system(size: 18, weight: .light))