diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-09 20:00:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-10 10:10:58 +0100 |
commit | 1073205d08b27ab311330f5f3c0cb4511cf2d61a (patch) | |
tree | f2e41a629e6474aeea408d315dfaa5b870cfa45c /sc | |
parent | 53884e8fe92597e909e4fa5599192783c3d31a56 (diff) |
Revert "default to 'contents' hidden until toggled to floating mode"
cause then the floating widget initial size doesn't include the
'contents' button.
This reverts commit bc5a0676fa107bdad6e860d31a874de4eae2d8ba.
Change-Id: Id1f0b2f47a0f4621dbf57a9d6a0f740a7ec01301
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112243
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, 0 insertions, 2 deletions
diff --git a/sc/source/ui/navipi/navipi.cxx b/sc/source/ui/navipi/navipi.cxx index d8fa920f2385..eda7cc08fb4d 100644 --- a/sc/source/ui/navipi/navipi.cxx +++ b/sc/source/ui/navipi/navipi.cxx @@ -346,8 +346,6 @@ 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 |