summaryrefslogtreecommitdiff
path: root/wizards/com/sun
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-09-22 22:01:33 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-09-23 05:08:09 +0000
commit0ca9a3523cb2ccf97d7d13fdf4616af0dbe173d9 (patch)
treeb7e838d78c217ff15588df119e191670793ff606 /wizards/com/sun
parent9e99b18f20f46d656c7a52413d23193f75065d1a (diff)
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@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards/com/sun')
-rw-r--r--wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.py b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.py
index fc9eef970f46..f89afdb9c1d3 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,