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>
This commit is contained in:
parent
7d1dc5707e
commit
7b515b473c
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue