diff options
author | Justin Luth <jluth@mail.com> | 2024-04-10 12:45:20 -0400 |
---|---|---|
committer | Justin Luth <jluth@mail.com> | 2024-04-10 23:13:13 +0200 |
commit | 7b515b473cfb706c9fa0b474f27d61351aeec3a3 (patch) | |
tree | 704e8647e5a222ca81b0ceb1ac12e77baf4171af | |
parent | 7d1dc5707edb992f62d0a4b5bf1e8395f71f6e7b (diff) |
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 <jluth@mail.com>
-rw-r--r-- | sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui | 3 |
1 files changed, 3 insertions, 0 deletions
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> |