[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - sfx2/source

Caolán McNamara caolanm at redhat.com
Wed Mar 7 22:15:51 UTC 2018


 sfx2/source/dialog/dinfdlg.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 97b65102db4b1e8f95faf08521329da37cc3f2ec
Author: Caolán McNamara <caolanm at 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 <ci at libreoffice.org>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fitojb at 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);


More information about the Libreoffice-commits mailing list