summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-09-22 21:42:35 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-09-23 05:05:47 +0000
commit9e99b18f20f46d656c7a52413d23193f75065d1a (patch)
tree653a35da001274157a6a64183f4beea1cda255f6
parent8d16834a9820fb8c983753c3e2a05922885060b9 (diff)
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@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--wizards/com/sun/star/wizards/web/WebWizardDialog.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/web/WebWizardDialog.py b/wizards/com/sun/star/wizards/web/WebWizardDialog.py
index 5a066fd40e29..f1248bdd89c5 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