summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-09-22 21:42:35 +0200
committerAndras Timar <andras.timar@collabora.com>2015-10-17 23:22:21 +0200
commit3bb695180fed68784516f83e06c6d31b1e361a15 (patch)
treec73ae8fa1adb1a2b2add86accb881b4a0249b8f1 /wizards
parentb2a24f96dbd80b90ee772a9183d99cca64478e05 (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> (cherry picked from commit 9e99b18f20f46d656c7a52413d23193f75065d1a) Reviewed-on: https://gerrit.libreoffice.org/18790 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit a0720dab70621edf7286eac1d16004e4a4491f8b)
Diffstat (limited to 'wizards')
-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