Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3996

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/96/3996/1

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>
---
M starmath/source/smres.src
1 file changed, 2 insertions(+), 2 deletions(-)



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 @@
     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 @@
     {
         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" ;
     };

-- 
To view, visit https://gerrit.libreoffice.org/3996
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I05a079cacf6e5ac73861aff4a7dab7a455f3f181
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-1
Gerrit-Owner: Joren De Cuyper <joren.libreoffice@telenet.be>
Gerrit-Reviewer: Fridrich Strba <fridrich@documentfoundation.org>


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.