-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow extension panel to grow without bounds (#11102)
* Allow extension panel to grow without bounds Removes the 500 units bound on the extension panel width. The panel can be enlarged as much as needed, while respecting the minimum size of the canvas panel, which remains as 200 units. Also, the extension panel size is remembered during a session. Serves both as a nice to have and a avoids a splitter bug. Also, the workspace references extension is fixed so that it adapts to bigger sizes. It didn't stretch beyond 600 units. * Add comment to constant
- Loading branch information
Showing
3 changed files
with
23 additions
and
4 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