-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(workspaces): add container padding configuration option
This commit introduces a new configuration option `container_padding` to the `WorkspaceWidget`. The option allows users to specify padding for the workspace container, enhancing layout flexibility. The default padding values are set to zero for all sides, but users can customize them as needed. This change improves the overall UI design and usability by allowing better control over spacing within the widget. Additionally, the validation schema has been updated to include this new property, ensuring it is properly handled during configuration.
- Loading branch information
Showing
2 changed files
with
12 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