cui/source/tabpages/grfpage.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 74d57d107cf6fc797170f3c381622b6c7bc87287
Author:     Tomaž Vajngerl <[email protected]>
AuthorDate: Mon Feb 14 09:19:48 2022 +0900
Commit:     Andras Timar <[email protected]>
CommitDate: Mon Feb 21 23:16:14 2022 +0100

    cui: show image pixel size below logic size
    
    Change-Id: I8b0bb4b52e8d8615b66bbc43ea0811bc55435c60
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129886
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Miklos Vajna <[email protected]>

diff --git a/cui/source/tabpages/grfpage.cxx b/cui/source/tabpages/grfpage.cxx
index 1a9dab2606ed..21f9884591bf 100644
--- a/cui/source/tabpages/grfpage.cxx
+++ b/cui/source/tabpages/grfpage.cxx
@@ -664,6 +664,7 @@ void SvxGrfCropPage::GraphicHasChanged( bool bFound )
              }
              sTemp += " " + CuiResId(RID_SVXSTR_PPI).replaceAll("%1", sPPI);
         }
+        sTemp += "\n" + OUString::number(aOrigPixelSize.Width()) + u"\u00D7" + 
OUString::number(aOrigPixelSize.Height()) + " px";
         m_xOrigSizeFT->set_label(sTemp);
     }
 

Reply via email to