summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorJoren De Cuyper <joren.libreoffice@telenet.be>2013-05-21 20:17:15 +0200
committerPetr Mladek <pmladek@suse.cz>2013-05-24 11:58:20 +0200
commitbd05db796bffc5ad84f5bd6f5ecc0ca808c890ec (patch)
tree14e91767e7d4dc4d9e3d19a36862b08ea429c4e3 /starmath
parentc50c7f7449429f277d9772fa77087f6e6afca96c (diff)
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/3995 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/smres.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/smres.src b/starmath/source/smres.src
index 4836fbdbc254..33ade5e0b420 100644
--- a/starmath/source/smres.src
+++ b/starmath/source/smres.src
@@ -874,7 +874,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
{
@@ -931,7 +931,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" ;
};