https://bugs.documentfoundation.org/show_bug.cgi?id=148381
V Stuart Foote <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from V Stuart Foote <[email protected]> --- You want a third 'X' icon on the right edge of the the UI--the app frame, the menu bar, and the print preview toolbar? You'll be annoyed when you get the wrong one. Otherwise, the 'Print Preview' is just a Toolbar, not an app frame, and its 'Close Preview' is simply a button widget linked to UNO .uno:ClosePreview command; the <ESC> key will also close the preview mode. The UNO command can be customized to appear on a menu, or another toolbar--but we do not support CSD, and no other Toolbar has a close action. The 'X' on the App Frame is os/DE provided. The 'X' on the main menu bar comes from UNO .uno:CloseDoc command. It would be possible to overload that button, when the 'Print Preview' mode is active, and assign the .uno:ClosePreview action. That would work OK for the standard Menu & Toolbar w/Sidebar mode--but would present issues with other MUFFIN modes which don't provide the 'X' Just don't see much need for the work it would require--<ESC> or the current button suffice. IMHO => WF -- You are receiving this mail because: You are the assignee for the bug.
