macosx: Be more generous with nav sidebar width

Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
This commit is contained in:
Claudio Cambra 2024-04-19 01:27:49 +08:00 committed by Felix Paul Kühne
parent d03bcba3d5
commit 9b061f93b3
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@
+ (const CGFloat)libraryWindowNavSidebarMaxWidth
{
return 200.;
return 300.;
}
+ (const CGFloat)libraryWindowPlaylistSidebarMaxWidth