https://bugs.documentfoundation.org/show_bug.cgi?id=101217
Heiko Tietze <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|needsUXEval |difficultyBeginner,
| |easyHack, skillCpp, topicUI
CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
|.freedesktop.org |tion.org
--- Comment #20 from Heiko Tietze <[email protected]> ---
Fair enough. Code pointer for easy hack: In sc/source/ui/view/cellsh3.cxx,
method
ScopedVclPtr<AbstractScMetricInputDlg>pDlg(pFact->CreateScMetricInputDlg(pTabViewShell->GetFrameWeld(),
"ColWidthDialog", nCurHeight, STD_COL_WIDTH, eMetric, 2, MAX_COL_WIDTH));
change the value 2 after eMetric to 4.
For consistency it would be good to do the same at
ScopedVclPtr<AbstractScMetricInputDlg>pDlg(pFact->CreateScMetricInputDlg(pTabViewShell->GetFrameWeld(),
"RowHeightDialog", nCurHeight, ScGlobal::nStdRowHeight, eMetric, 2,
MAX_ROW_HEIGHT));
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs