Skip to content

Commit

Permalink
Use variable length for standard control item length
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Jul 19, 2024
1 parent 2bd0179 commit bd66430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ice/ControlItem/ControlItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ final class ControlItem: ObservableObject {
}

enum Lengths {
static let standard: CGFloat = 25
static let standard: CGFloat = NSStatusItem.variableLength
static let expanded: CGFloat = 10_000
}

Expand Down

0 comments on commit bd66430

Please sign in to comment.