diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-07 19:43:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-08 09:59:41 +0100 |
commit | bc5a0676fa107bdad6e860d31a874de4eae2d8ba (patch) | |
tree | a435c012eef226f1e10dd3f291df5e1aa20e77b5 /sc | |
parent | d98920c99f374c83023b0de4e955f22ae6673ca7 (diff) |
default to 'contents' hidden until toggled to floating mode
Change-Id: Iff671e9f8d0a41d4ed83f8fe05b70998558590b0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112145
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/navipi/navipi.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/navipi/navipi.cxx b/sc/source/ui/navipi/navipi.cxx index 170c14308c9f..6fea222a7938 100644 --- a/sc/source/ui/navipi/navipi.cxx +++ b/sc/source/ui/navipi/navipi.cxx @@ -346,6 +346,8 @@ ScNavigatorDlg::ScNavigatorDlg(SfxBindings* pB, vcl::Window* pParent) { set_id("NavigatorPanelParent"); // for uitests + m_xTbxCmd1->set_item_visible("contents", false); // start off hidden, show if made floating + UpdateSheetLimits(); m_xEdRow->set_width_chars(5); //max rows is 1,000,000, which is too long for typical use |