forms/source/richtext/richtextmodel.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ca46afebb7dc0ec4375e995fa90edccbed6c2530
Author:     Caolán McNamara <[email protected]>
AuthorDate: Tue Oct 4 16:22:51 2022 +0100
Commit:     Caolán McNamara <[email protected]>
CommitDate: Tue Oct 4 21:18:15 2022 +0200

    default to 'flat' instead of '3D Look' for form controls
    
    better matches what the pdf/print output will be.
    
    Change-Id: I86869024768877f8345c4a0c320eb24d48b35f13
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140947
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <[email protected]>

diff --git a/forms/source/richtext/richtextmodel.cxx 
b/forms/source/richtext/richtextmodel.cxx
index 57207e440133..c07dcb451cac 100644
--- a/forms/source/richtext/richtextmodel.cxx
+++ b/forms/source/richtext/richtextmodel.cxx
@@ -506,7 +506,7 @@ namespace frm
             break;
 
         case PROPERTY_ID_BORDER:
-            aDefault <<= sal_Int16(1);
+            aDefault <<= sal_Int16(2);
             break;
 
         default:

Reply via email to