1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 22:57:34 +00:00

MacPDF: Create window UI in code instead of in xib

No intentional behavior change.
This commit is contained in:
Nico Weber 2023-10-03 09:07:55 -04:00 committed by Andreas Kling
parent dcf40892b8
commit 6b9afcfb7c
4 changed files with 12 additions and 41 deletions

View file

@ -81,6 +81,7 @@
{
_windowController = [[MacPDFWindowController alloc] initWithDocument:self];
[self addWindowController:_windowController];
[self windowIsReady];
}
- (void)windowIsReady