[Libreoffice-commits] .: wizards/com
Andras Timar
timar at kemper.freedesktop.org
Thu Aug 16 11:32:51 PDT 2012
wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.java | 4 ++--
wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.py | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit c13c0c7d76d9ef7fa475590f5ec9fae185752f79
Author: Andras Timar <atimar at suse.com>
Date: Thu Aug 16 20:33:52 2012 +0200
make buttons wider
Change-Id: I7af919450f6c75f87f0877e32ad6945ec392dbef
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.java b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.java
index 5b84ce9..755651f 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.java
+++ b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.java
@@ -321,11 +321,11 @@ public abstract class AgendaWizardDialog extends WizardDialog implements Agenda
);
btnUp = insertButton("btnUp", BTNUP_ACTION_PERFORMED,
PROPS_BUTTON,
- new Object[] { INTEGER_14,BTNUP_HID,resources.resButtonUp,222,136,INTEGERS[5],new Short((short)582),INTEGER_40}
+ new Object[] { INTEGER_14,BTNUP_HID,resources.resButtonUp,202,136,INTEGERS[5],new Short((short)582),INTEGER_50}
);
btnDown = insertButton("btnDown", BTNDOWN_ACTION_PERFORMED,
PROPS_BUTTON,
- new Object[] { INTEGER_14,BTNDOWN_HID,resources.resButtonDown,264,136,INTEGERS[5],new Short((short)583),INTEGER_40}
+ new Object[] { INTEGER_14,BTNDOWN_HID,resources.resButtonDown,254,136,INTEGERS[5],new Short((short)583),INTEGER_50}
);
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.py b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.py
index 0f39eed..82b29b5 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.py
+++ b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialog.py
@@ -278,10 +278,10 @@ class AgendaWizardDialog(WizardDialog):
self.resources.resButtonRemove, 134, 136, 5, 581, 40), self)
self.btnUp = self.insertButton("btnUp", BTNUP_ACTION_PERFORMED,
self.PROPS_BUTTON, (14, BTNUP_HID,
- self.resources.resButtonUp, 222, 136, 5, 582, 40), self)
+ self.resources.resButtonUp, 202, 136, 5, 582, 50), self)
self.btnDown = self.insertButton("btnDown", BTNDOWN_ACTION_PERFORMED,
self.PROPS_BUTTON, (14, BTNDOWN_HID,
- self.resources.resButtonDown, 264, 136, 5, 583, 40), self)
+ self.resources.resButtonDown, 254, 136, 5, 583, 50), self)
def buildStep6(self):
self.insertLabel("lblTitle6", self.PROPS_LABEL_B,
More information about the Libreoffice-commits
mailing list