This commit is contained in:
Kevin Sawicki 2017-06-05 10:33:46 -07:00
parent e9aa9eaf5e
commit 653ef6f839
3 changed files with 4 additions and 3 deletions

View file

@ -8,6 +8,7 @@
namespace atom {
namespace api {
int Screen::getMenuBarHeight() {
return [[NSApp mainMenu] menuBarHeight];
}