sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 7b515b473cfb706c9fa0b474f27d61351aeec3a3
Author:     Justin Luth <jl...@mail.com>
AuthorDate: Wed Apr 10 12:45:20 2024 -0400
Commit:     Justin Luth <jl...@mail.com>
CommitDate: Wed Apr 10 23:13:13 2024 +0200

    tdf#160293 sc NBB: tabbed groupbar_compact keep tabs in Pivot context
    
    The VBox was hidding each child item since none had
    Pivot or any as context types.
    
    This didn't affect any other NBB variants
    because they hadn't wrapped the tabs in a ContextVBox.
    
    Using context-any would be bad for PrintPreview for example.
    
    Change-Id: I47c4c9c813c17dde5440ae6dbadb8d1ab066d293
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165956
    Tested-by: Jenkins
    Reviewed-by: Justin Luth <jl...@mail.com>

diff --git a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui 
b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui
index e577579264c0..4e35ae8f780a 100644
--- a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui
@@ -4904,6 +4904,9 @@
                       <class name="context-default"/>
                       <class name="context-Empty"/>
                       <class name="context-EditCell"/>
+                      <class name="context-Pivot"/>
+                      <class name="context-Sparkline"/>
+                      <class name="context-Trendline"/>
                     </style>
                   </object>
                   <packing>

Reply via email to