-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor PowerPane for direct content binding
The code refactors the PowerPane class by introducing a HiddenSidesPane that directly binds to the content property. This allows for easier manipulation of content. The previous implementation had individual properties for positioning (top, bottom, left, right, and center), which have now been simplified and removed. Additionally, a new constructor has been added, allowing a Node content to be directly passed, enhancing flexibility.
- Loading branch information
1 parent
1e1f79b
commit 4a13584
Showing
2 changed files
with
75 additions
and
150 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