diff options
author | Justin Luth <jluth@mail.com> | 2023-06-29 18:07:50 -0400 |
---|---|---|
committer | Justin Luth <jluth@mail.com> | 2023-06-30 19:10:22 +0200 |
commit | 3f35fd1a37b22ac0d501ae2aa1d39e12969c7628 (patch) | |
tree | 3023e8a3e0629321eec0ccfaddf814de2b0b7240 /sc/uiconfig/scalc | |
parent | 59abf300e342556ad9cdcd5fd57b9d887776c441 (diff) |
Revert "tdf#118335 notebookbar: set visible false for PrintPreview in MenuFile"
This reverts 24.2 commit 506db23af4da2c5c8775fb0fd6fb9b8668e2fe86,
because the PopupLabel has been removed, so the label showing for Print Preview
is now "Print Preview" instead of "Close Preview".
Because it is a toggle, it will have a checkmark as the picture
when the feature is active (and thus would act as a close preview).
The "close preview" instances were converted to .uno:ClosePreview
to allow the PopupLabel to be removed.
Change-Id: I7c38e863b39d3f3979466a8ab10f29dcda561d22
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153811
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
Diffstat (limited to 'sc/uiconfig/scalc')
-rw-r--r-- | sc/uiconfig/scalc/ui/notebookbar.ui | 2 | ||||
-rw-r--r-- | sc/uiconfig/scalc/ui/notebookbar_compact.ui | 2 | ||||
-rw-r--r-- | sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui | 2 | ||||
-rw-r--r-- | sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui b/sc/uiconfig/scalc/ui/notebookbar.ui index 5f9ea5dff8cc..b452ff536e5a 100644 --- a/sc/uiconfig/scalc/ui/notebookbar.ui +++ b/sc/uiconfig/scalc/ui/notebookbar.ui @@ -499,7 +499,7 @@ </child> <child> <object class="GtkMenuItem" id="MenuFile-PrintPreview"> - <property name="visible">False</property> + <property name="visible">True</property> <property name="can_focus">False</property> <property name="action_name">.uno:PrintPreview</property> </object> diff --git a/sc/uiconfig/scalc/ui/notebookbar_compact.ui b/sc/uiconfig/scalc/ui/notebookbar_compact.ui index 5da5b2f23216..fd66adf8541b 100644 --- a/sc/uiconfig/scalc/ui/notebookbar_compact.ui +++ b/sc/uiconfig/scalc/ui/notebookbar_compact.ui @@ -739,7 +739,7 @@ </child> <child> <object class="GtkMenuItem" id="MenuFile-PrintPreview"> - <property name="visible">False</property> + <property name="visible">True</property> <property name="can_focus">False</property> <property name="action_name">.uno:PrintPreview</property> </object> diff --git a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui index 94f115231801..4b920ba7307f 100644 --- a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui +++ b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui @@ -724,7 +724,7 @@ </child> <child> <object class="GtkMenuItem" id="MenuFile-PrintPreview"> - <property name="visible">False</property> + <property name="visible">True</property> <property name="can_focus">False</property> <property name="action_name">.uno:PrintPreview</property> </object> diff --git a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui index 9e732516d85c..703f33439e55 100644 --- a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui +++ b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui @@ -1302,7 +1302,7 @@ </child> <child> <object class="GtkMenuItem" id="MenuFile-PrintPreview"> - <property name="visible">False</property> + <property name="visible">True</property> <property name="can_focus">False</property> <property name="action_name">.uno:PrintPreview</property> </object> |