Skip to content

Commit

Permalink
Smaller emoji size
Browse files Browse the repository at this point in the history
  • Loading branch information
xzzz9097 committed Jun 28, 2017
1 parent cf4af1e commit ce3338d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Machine/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ class FaceRect: NSView {
if hiddenFace {
emojiView.setFrameSize(NSMakeSize(frame.width,
frame.height))
emojiView.font = NSFont.systemFont(ofSize: min(frame.width, frame.height) * 0.95)
emojiView.font = NSFont.systemFont(ofSize: min(frame.width, frame.height) * 0.8)
}
}

Expand Down

0 comments on commit ce3338d

Please sign in to comment.