-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow configuring spacing of project panel entries (#16255)
Release Notes: - Added `project_panel.entry_spacing` setting to configure spacing between entries in the project panel. ### Comfortable (default) ```json "project_panel": { "entry_spacing": "comfortable", ``` <img width="1582" alt="Screenshot 2024-08-14 at 5 50 41 PM" src="https://github.com/user-attachments/assets/3411a82e-7517-4095-bf4a-bbf40000a7cb"> ### Standard ```json "project_panel": { "entry_spacing": "standard", ``` <img width="1582" alt="Screenshot 2024-08-14 at 5 50 54 PM" src="https://github.com/user-attachments/assets/2c13d799-c405-4301-8214-1cb3cc641c92"> --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
- Loading branch information
1 parent
35d3d29
commit 9ea7ed8
Showing
5 changed files
with
52 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters