[Libreoffice-commits] core.git: starmath/source
Joren De Cuyper
joren.libreoffice at telenet.be
Tue May 21 12:37:48 PDT 2013
starmath/source/smres.src | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 6899a0689a4410404898a3a8518f2120734d8fea
Author: Joren De Cuyper <joren.libreoffice at telenet.be>
Date: Tue May 21 20:17:15 2013 +0200
fdo#62483 missing default button in format -> aligment dialog at math
The default button was missing because the dialog was to small (it "fell off").
Also the default button was placed a bit to far from the help button IMHO.
Change-Id: I05a079cacf6e5ac73861aff4a7dab7a455f3f181
Reviewed-on: https://gerrit.libreoffice.org/3994
Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
Tested-by: Fridrich Strba <fridrich at documentfoundation.org>
diff --git a/starmath/source/smres.src b/starmath/source/smres.src
index dc4ee7b..ec96e52 100644
--- a/starmath/source/smres.src
+++ b/starmath/source/smres.src
@@ -875,7 +875,7 @@ ModalDialog RID_ALIGNDIALOG
OutputSize = TRUE ;
SVLook = TRUE ;
HelpId = CMD_SID_ALIGN ;
- Size = MAP_APPFONT ( 139 , 66 ) ;
+ Size = MAP_APPFONT ( 139 , 80 ) ;
Text [ en-US ] = "Alignment" ;
RadioButton 1
{
@@ -932,7 +932,7 @@ ModalDialog RID_ALIGNDIALOG
{
HelpID = "starmath:PushButton:RID_ALIGNDIALOG:1";
TabStop = TRUE ;
- Pos = MAP_APPFONT ( 83 , 69 ) ;
+ Pos = MAP_APPFONT ( 83 , 63 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ en-US ] = "~Default" ;
};
More information about the Libreoffice-commits
mailing list