Skip to content

Commit

Permalink
Reduce height of colorWell
Browse files Browse the repository at this point in the history
  • Loading branch information
myell0w committed Sep 9, 2024
1 parent 3fa347b commit 6c50eee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class _CWColorWellBaseControl: NSControl {

static let defaultStyle = CWColorWell.Style.default

static let defaultSize = NSSize(width: 38, height: 24)
static let defaultSize = NSSize(width: 38, height: 20)

var color = Self.defaultColor

Expand Down

0 comments on commit 6c50eee

Please sign in to comment.