Skip to content

Commit

Permalink
DesktopKit tests: adopt changes in NXTTabView
Browse files Browse the repository at this point in the history
  • Loading branch information
trunkmaster committed Nov 11, 2024
1 parent 2b9a498 commit 5b0088c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/DesktopKit/TabViewTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ - (id)init
item = [[NXTTabViewItem alloc] initWithIdentifier:@"0"];
item.label = @"Instances";
subview = [[NSTextField alloc] initWithFrame:NSMakeRect(20, 100, (359 - 40), 21)];
[subview setAutoresizingMask:NSViewWidthSizable];
[item setView:subview];
[subview release];
[tabView addTabViewItem:item];
Expand Down

0 comments on commit 5b0088c

Please sign in to comment.