Skip to content

Commit

Permalink
Fix tab bar collapsing
Browse files Browse the repository at this point in the history
  • Loading branch information
pakerwreah committed Sep 22, 2024
1 parent f1f74ef commit 1c7b1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Calendr/Settings/SettingsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class SettingsViewController: NSTabViewController, NSWindowDelegate {

for title in tabTitles {
let titleSize = (title as NSString).size(withAttributes: [.font: font])
totalWidth += titleSize.width + 4
totalWidth += titleSize.width + 8
}

return totalWidth
Expand Down

0 comments on commit 1c7b1f7

Please sign in to comment.