[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - wizards/com

Julien Nabet serval2412 at yahoo.fr
Wed Sep 23 00:17:14 PDT 2015


 wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit db25bda687f2981dbad1109357dbc721e4104962
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Tue Sep 22 22:01:33 2015 +0200

    tdf#94451: Agenda: Not enough space for date in step 5 (French UI)
    
    Adjust some values for make room (ok with French, German and English UI)
    
    Change-Id: I7600acae64f5ae1110c07798cc950ec73a48deab
    Reviewed-on: https://gerrit.libreoffice.org/18787
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    (cherry picked from commit 0ca9a3523cb2ccf97d7d13fdf4616af0dbe173d9)
    Reviewed-on: https://gerrit.libreoffice.org/18791
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.py b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.py
index fc9eef9..f89afdb 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.py
+++ b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.py
@@ -284,11 +284,11 @@ class AgendaWizardDialog(WizardDialog):
         self.btnUp = self.insertButton("btnUp",
             AgendaWizardDialogConst.BTNUP_ACTION_PERFORMED,
             self.PROPS_BUTTON, (14, AgendaWizardDialogConst.BTNUP_HID,
-                self.resources.resButtonUp, 202, 136, 5, 582, 50), self)
+                self.resources.resButtonUp, 180, 136, 5, 582, 60), self)
         self.btnDown = self.insertButton("btnDown",
             AgendaWizardDialogConst.BTNDOWN_ACTION_PERFORMED,
             self.PROPS_BUTTON, (14, AgendaWizardDialogConst.BTNDOWN_HID,
-                self.resources.resButtonDown, 254, 136, 5, 583, 50), self)
+                self.resources.resButtonDown, 244, 136, 5, 583, 60), self)
 
     def buildStep6(self):
         self.insertLabel("lblTitle6", self.PROPS_LABEL_B,


More information about the Libreoffice-commits mailing list