Feedback
Message dialogs should hide unused window controls
- Status
- Accepted
- Fixed in
- -
- Source discussion
- https://forum.objo.dev/d/300-messagebox-hide-unused-window-button
- Last updated
- 2026-06-08
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
MessageBox and MessageDialog currently display as a standard desktop window on macOS, which leaves unused native traffic-light window controls visible in the title bar. For alert-style message dialogs, users expect only the dialog action buttons, such as OK, Cancel, or Alternate, to be visible.
Expected behaviour: message dialogs should use alert-style window chrome where possible so inactive minimise/zoom controls are hidden or not shown.