adjust clipboard emoji size to be theme-specific

This commit is contained in:
Ben Fry
2018-03-26 18:07:12 -04:00
parent b28139a035
commit d7086d4071
2 changed files with 5 additions and 1 deletions

View File

@@ -203,7 +203,8 @@ public class EditorStatus extends BasicSplitPaneDivider { //JPanel {
};
font = mode.getFont("status.font");
emojiFont = new Font("Dialog", Font.PLAIN, 22);
//emojiFont = new Font("Dialog", Font.PLAIN, 21);
emojiFont = mode.getFont("status.emoji.font");
metrics = null;
}

View File

@@ -8,6 +8,9 @@ status.warning.bgcolor = #EF8115
status.warning.fgcolor = #FFFFFF
status.url.fgcolor = #cccccc
status.font = processing.sans,plain,13
# For the clipboard icon, needs to be a little larger on macOS
status.emoji.font = Dialog,plain,19
status.emoji.font.macosx = Dialog,plain,22
# HEADER TABS
# Settings for the tab area at the top.