diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2016-07-13 15:14:02 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-07-18 08:11:34 +0000 |
commit | 1d3ee7663da5f9f2ab2e2b8181cf2f6be5d6e524 (patch) | |
tree | 94f969047729c0e06fd223e431531e3a23c27766 /sw | |
parent | e8fc80a0f03065ceb2c4f80facf08948d573b9af (diff) |
GSoC notebookbar: don't show empty space for hidden tabs
Change-Id: Ia00f64c1cb5d990e852cc297b6b7bd76df4b1b05
Reviewed-on: https://gerrit.libreoffice.org/27191
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/notebookbar.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui b/sw/uiconfig/swriter/ui/notebookbar.ui index b9122739d6cd..5558495d3fac 100644 --- a/sw/uiconfig/swriter/ui/notebookbar.ui +++ b/sw/uiconfig/swriter/ui/notebookbar.ui @@ -213,7 +213,7 @@ <property name="can_focus">False</property> <property name="orientation">vertical</property> <child> - <object class="vcllo-ContextTabControl" id="notebook1"> + <object class="vcllo-NotebookbarTabControl" id="notebook1"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> |