Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sculpt_manager: bump editor default quota for large fonts and 4k
When trying to open a file in the Files view with font size set to Large on 4k screens, the editor's / `text_area`'s `view` child fails to bump its RAM quota when the editor's default quota is too small. To mitigate the issue, bump the editor's default quota to 80MiB. The long-term fix would be for the editor to request more RAM from the runtime to satisfy the `view` RAM request. Issue #5356 Issue #5383
- Loading branch information