From 3a5f95f6b63d80c9010907f0edcb96b17d04d52b Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Tue, 29 Jan 2019 22:33:27 -0800 Subject: [PATCH] =?UTF-8?q?Tighten=20up=20the=20timeline=20=E2=80=94=C2=A0?= =?UTF-8?q?increase=20information=20density=20a=20bit.=20Fix=20#525.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MainWindow/Timeline/Cell/TimelineCellAppearance.swift | 4 ++-- NetNewsWire/Resources/DB5.plist | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NetNewsWire/MainWindow/Timeline/Cell/TimelineCellAppearance.swift b/NetNewsWire/MainWindow/Timeline/Cell/TimelineCellAppearance.swift index f1a08f39b..2d53376d4 100644 --- a/NetNewsWire/MainWindow/Timeline/Cell/TimelineCellAppearance.swift +++ b/NetNewsWire/MainWindow/Timeline/Cell/TimelineCellAppearance.swift @@ -53,8 +53,8 @@ struct TimelineCellAppearance: Equatable { init(theme: VSTheme, showAvatar: Bool, fontSize: FontSize) { let actualFontSize = AppDefaults.actualFontSize(for: fontSize) - let smallItemFontSize = floor(actualFontSize * 0.95) - let largeItemFontSize = floor(actualFontSize * 1.1) + let smallItemFontSize = actualFontSize //floor(actualFontSize * 0.95) + let largeItemFontSize = actualFontSize //floor(actualFontSize * 1.1) self.cellPadding = theme.edgeInsets(forKey: "MainWindow.Timeline.cell.padding") diff --git a/NetNewsWire/Resources/DB5.plist b/NetNewsWire/Resources/DB5.plist index dd95ce9df..e5e50ce7a 100644 --- a/NetNewsWire/Resources/DB5.plist +++ b/NetNewsWire/Resources/DB5.plist @@ -80,9 +80,9 @@ paddingRight 20 paddingTop - 14 + 8 paddingBottom - 16 + 10 feedNameColor aaaaaa faviconFeedNameSpacing