Skip to content

Commit

Permalink
set minimimum prefs window width
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotmoon committed Jul 6, 2021
1 parent 6db89f7 commit 9941b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PrefsWindowController.m
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ - (void)callAttention
- (void)windowDidLoad
{
[super windowDidLoad];
self.width=400; // minimum width to avoid toolbar collapse

NSArray *const toolbarDefinition=@[kPanelScrolling, kPanelApp];
NSDictionary *const panelsDefinition=@{kPanelScrolling: @{kKeyView: self.scrollingSettings,
Expand Down

0 comments on commit 9941b00

Please sign in to comment.