[Libreoffice-commits] core.git: wizards/com

Julien Nabet serval2412 at yahoo.fr
Tue Sep 22 22:06:13 PDT 2015


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

New commits:
commit 9e99b18f20f46d656c7a52413d23193f75065d1a
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Tue Sep 22 21:42:35 2015 +0200

    tdf#94450: Web Wizard: Not enough space for date in step 6
    
    Value of 60 allows to display the selected dates + let a margin if year is in 4 numbers one day.
    
    Change-Id: I3d7db50dd318897b0b7a515f9428401c53218c08
    Reviewed-on: https://gerrit.libreoffice.org/18786
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/wizards/com/sun/star/wizards/web/WebWizardDialog.py b/wizards/com/sun/star/wizards/web/WebWizardDialog.py
index 5a066fd..f1248bd 100644
--- a/wizards/com/sun/star/wizards/web/WebWizardDialog.py
+++ b/wizards/com/sun/star/wizards/web/WebWizardDialog.py
@@ -525,7 +525,7 @@ class WebWizardDialog(WizardDialog):
                 PropertyNames.PROPERTY_TABINDEX,
                 PropertyNames.PROPERTY_WIDTH),
             (True, 12, HelpIds.getHelpIdString(HID6_DATE_SITE_CREATED),
-                "dateSiteCreated", 179, 124, 6, tabIndex + 1, 49), self)
+                "dateSiteCreated", 179, 124, 6, tabIndex + 1, 60), self)
         self.insertLabel("lblSiteUpdated", WebWizardDialog.PROPNAMES_LBL,
             (8, self.resources.reslblSiteUpdated_value, "lblSiteUpdated",
                 103, 144, 6, tabIndex + 1, 80))
@@ -540,7 +540,7 @@ class WebWizardDialog(WizardDialog):
                 PropertyNames.PROPERTY_TABINDEX,
                 PropertyNames.PROPERTY_WIDTH),
             (True, 12, HelpIds.getHelpIdString(HID6_DATE_SITE_UPDATED),
-                "dateSiteUpdate", 179, 142, 6, tabIndex + 1, 49), self)
+                "dateSiteUpdate", 179, 142, 6, tabIndex + 1, 60), self)
 
     def buildStep7(self, disableFTP, exclamationURL):
         tabIndex = 700


More information about the Libreoffice-commits mailing list