diff options
author | Justin Luth <justin.luth@collabora.com> | 2023-10-14 16:49:56 -0400 |
---|---|---|
committer | Justin Luth <jluth@mail.com> | 2023-10-15 02:48:40 +0200 |
commit | 489da34e9bffb234fa27155cef1931bd6f21dc1d (patch) | |
tree | 9e1ca2043b685fadf2b4761459757d9bb7023969 /sw/uiconfig/swriter/ui/notebookbar.ui | |
parent | 2a3023bc91d6f16133b5c869a1159342f9223228 (diff) |
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 <jluth@mail.com>
Diffstat (limited to 'sw/uiconfig/swriter/ui/notebookbar.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/notebookbar.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui b/sw/uiconfig/swriter/ui/notebookbar.ui index 4a65e014823f..bc79d1ba5b3a 100644 --- a/sw/uiconfig/swriter/ui/notebookbar.ui +++ b/sw/uiconfig/swriter/ui/notebookbar.ui @@ -259,6 +259,13 @@ </object> </child> <child> + <object class="GtkMenuItem" id="MenuFile-PrintDefault"> + <property name="visible">False</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:PrintDefault</property> + </object> + </child> + <child> <object class="GtkMenuItem" id="MenuFile-PrinterSetup"> <property name="visible">True</property> <property name="can_focus">False</property> |