You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2022/12/25 09:32:41 UTC

[openoffice] 02/02: Temporary fix for issue 128546

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit f98c8c9fb533e52d336e63fe0780036e8b7997d8
Author: mseidel <ms...@apache.org>
AuthorDate: Thu Dec 22 17:28:33 2022 +0100

    Temporary fix for issue 128546
    
    (cherry picked from commit d9c7a900a20cf65441c562efd7b0803b10dc7af7)
---
 main/svx/source/sidebar/text/TextPropertyPanel.src | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/svx/source/sidebar/text/TextPropertyPanel.src b/main/svx/source/sidebar/text/TextPropertyPanel.src
index 39fcea2126..cb56060544 100644
--- a/main/svx/source/sidebar/text/TextPropertyPanel.src
+++ b/main/svx/source/sidebar/text/TextPropertyPanel.src
@@ -43,7 +43,7 @@ Control RID_SIDEBAR_TEXT_PANEL
 		TabStop = TRUE ;
 		DropDown = TRUE ;
 		HelpID = HID_COMBO_FONT_NAME ;
-		QuickHelpText [ en-US ] = "Font" ;
+		QuickHelpText [ en-US ] = "Font Name" ;
 //		Command = ".uno:CharFontName" ;
 	};
 	MetricBox MB_SBFONT_FONTSIZE
@@ -513,7 +513,7 @@ Control RID_POPUPPANEL_TEXTPAGE_SPACING
 	ListBox LB_KERNING
 	{
 		Border = TRUE ;
-		Pos = MAP_APPFONT ( CUSTOM_X + POPUPPANEL_MARGIN_LARGE, CUSTOM_Y + POPUPPANEL_MARGIN_LARGE + TEXT_HEIGHT + POPUPPANEL_MARGIN_SMALL ); // 20
+		Pos = MAP_APPFONT ( CUSTOM_X + POPUPPANEL_MARGIN_LARGE, CUSTOM_Y + POPUPPANEL_MARGIN_LARGE + TEXT_HEIGHT + POPUPPANEL_MARGIN_SMALL ) ; // 20
 		Size = MAP_APPFONT ( CUSTOM_WIDTH - POPUPPANEL_MARGIN_LARGE * 2, 80 ) ;
 		TabStop = TRUE ;
 		DropDown = TRUE ;