Skip to content

Support full-window content layouts with decorated title bar #129

@HansHolz09

Description

@HansHolz09

⚠️ 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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions