Skip to content

Commit

Permalink
Updated touchbar button width
Browse files Browse the repository at this point in the history
  • Loading branch information
superhighfives committed Feb 17, 2021
1 parent ac8eb15 commit 661d523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pika/TouchBar/PikaTouchBar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class PikaTouchBarController: NSWindowController, NSTouchBarDelegate {
)
let viewBindings: [String: NSView] = ["button": button]
let hconstraints = NSLayoutConstraint.constraints(
withVisualFormat: "H:[button(40)]",
withVisualFormat: "H:[button(35)]",
options: [],
metrics: nil,
views: viewBindings
Expand Down

0 comments on commit 661d523

Please sign in to comment.