From 489da34e9bffb234fa27155cef1931bd6f21dc1d Mon Sep 17 00:00:00 2001 From: Justin Luth Date: Sat, 14 Oct 2023 16:49:56 -0400 Subject: tdf#150466 notebookbar: hide PrintDefault on compact and standardize As in the classic toolbars, do not promote direct printing since it easily leads to mistakes and wasted paper. Additionally, the printer settings is really never needed, so it should not have a prominent place, especially on COMPACT. At the same time, I standardized the File menu: - always include print (especially useful for accessibility) - always use the same order - consistently provide access to print/web preview Change-Id: I9ffbba179206274b5ed1788e496b7c5aa0503726 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157984 Tested-by: Jenkins Reviewed-by: Justin Luth --- sd/uiconfig/simpress/ui/notebookbar.ui | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sd/uiconfig/simpress/ui/notebookbar.ui') diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui b/sd/uiconfig/simpress/ui/notebookbar.ui index 47b3109dd899..cff0d3c1e5bd 100644 --- a/sd/uiconfig/simpress/ui/notebookbar.ui +++ b/sd/uiconfig/simpress/ui/notebookbar.ui @@ -483,9 +483,16 @@ - + True False + .uno:Print + + + + + False + False .uno:PrintDefault -- cgit