BoE Scenario Editor[OSX]: add preferences to define UI scaling...

This commit is contained in:
Laurent Alonso(fr)
2020-06-09 18:39:14 +02:00
committed by Celtic Minstrel
parent 0ccfc61e93
commit 31b433d6c7
4 changed files with 76 additions and 5 deletions

View File

@@ -79,6 +79,7 @@ void init_menubar() {
MenuHandler* handler = [[[MenuHandler alloc] init] retain];
setMenuCallback([app_menu itemWithTitle: @"About BoE Scenario Editor"], handler, @selector(menuChoice:), int(eMenu::ABOUT));
setMenuCallback([app_menu itemWithTitle: @"Preferences…"], handler, @selector(menuChoice:), int(eMenu::PREFS));
setMenuCallback([app_menu itemWithTitle: @"Quit BoE Scenario Editor"], handler, @selector(menuChoice:), int(eMenu::QUIT));
int i = 0;