mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-09 22:40:57 +02:00
Not going to use Constraints, Apple. Getting toolbar items to behave is hard enough as is
This commit is contained in:
@@ -144,6 +144,7 @@ static uint32_t color_to_int(NSColor *color)
|
||||
},
|
||||
|
||||
@"NSToolbarItemForcesStandardSize": @YES, // Forces Monterey to resepect toolbar item sizes
|
||||
@"NSToolbarItemWarnOnMinMaxSize": @NO, // Not going to use Constraints, Apple
|
||||
}];
|
||||
|
||||
[JOYController startOnRunLoop:[NSRunLoop currentRunLoop] withOptions:@{
|
||||
|
Reference in New Issue
Block a user