generated from cortinico/kotlin-gradle-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
⚠️ Is your feature request related to a problem? Please describe
At the moment, DecoratedWindow always lays out the main Compose content below the title bar area.
This makes it impossible to build layouts where the window content continues behind or underneath the title bar, while still keeping the decorated window behavior and native window controls where applicable.
💡 Describe the solution you'd like
I would like Nucleus Decorated Window to support a mode where the Compose content can continue drawing underneath the title bar area.
The exact implementation is not important as long as the following becomes possible:
- the main window content can extend through the full window height, including the area behind or under the title bar
- native window controls and platform-specific behavior continue to work correctly
- dragging, hit testing, control button placement, and content insets remain handled correctly
In other words, this request is about enabling full-window content layouts without losing the existing decorated-window behavior.
🤚 Do you want to develop this feature yourself?
- Yes
- No
Reactions are currently unavailable