fix: autoresize on Ventura

This commit is contained in:
relikd
2023-06-16 19:08:26 +02:00
parent 30527d50e6
commit 2a589f51a8
7 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@
@implementation SettingsAppearanceView
- (instancetype)init {
self = [super initWithFrame: NSZeroRect];
self = [super initWithFrame:NSMakeRect(0, 0, 1000, 1000)];
// Insert matrix header (icons above checkbox matrix)
ColumnIcon(self, X__, RSSImageSettingsGlobal, NSLocalizedString(@"Show in menu bar", nil));
ColumnIcon(self, _X_, RSSImageSettingsGroup, NSLocalizedString(@"Show in group menu", nil));