[Libreoffice-commits] core.git: sc/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Mar 10 09:11:49 UTC 2021
sc/source/ui/navipi/navipi.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 1073205d08b27ab311330f5f3c0cb4511cf2d61a
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Mar 9 20:00:48 2021 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Mar 10 10:10:58 2021 +0100
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 at redhat.com>
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
More information about the Libreoffice-commits
mailing list