sfx2/source/dialog/dinfdlg.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 97b65102db4b1e8f95faf08521329da37cc3f2ec Author: Caolán McNamara <caol...@redhat.com> Date: Wed Mar 7 12:02:28 2018 +0000
Resolves: tdf#116116 vertically center line in allocated height Change-Id: Iee4cd859cdc52a2272f5b01c3e4a57336cc336a4 Reviewed-on: https://gerrit.libreoffice.org/50891 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/sfx2/source/dialog/dinfdlg.cxx b/sfx2/source/dialog/dinfdlg.cxx index fd0dcd6fd4a2..145a9e4aebbc 100644 --- a/sfx2/source/dialog/dinfdlg.cxx +++ b/sfx2/source/dialog/dinfdlg.cxx @@ -1748,6 +1748,7 @@ void CustomPropertiesWindow::CreateNewLine() pNewLine->m_aValueEdit->SetAccessibleName(m_pHeaderAccValue->GetText()); sal_Int32 nPos = GetExistingLineCount() * GetLineHeight(); + nPos += LogicToPixel(Size(0, 2), MapMode(MapUnit::MapAppFont)).Height(); m_aCustomPropertiesLines.push_back( pNewLine ); SetWidgetWidths(pNewLine); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits