mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Tweak the sidebar image sizes so that they match the system apps as it looks like the HIG has the wrong values in it for sidebar image sizes
This commit is contained in:
@@ -22,14 +22,14 @@ struct SidebarCellAppearance: Equatable {
|
||||
imageSize = CGSize(width: 16, height: 16)
|
||||
textFieldFontSize = 11
|
||||
case .large:
|
||||
imageSize = CGSize(width: 24, height: 24)
|
||||
imageSize = CGSize(width: 22, height: 22)
|
||||
if #available(macOS 11.0, *) {
|
||||
textFieldFontSize = 15
|
||||
} else {
|
||||
textFieldFontSize = 13
|
||||
}
|
||||
default:
|
||||
imageSize = CGSize(width: 20, height: 20)
|
||||
imageSize = CGSize(width: 19, height: 19)
|
||||
textFieldFontSize = 13
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user