This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See http://git.codelutin.com/faxtomail.git commit 8ff61c7614e02ec7e35cf0e2c6f3a9a057aa9957 Author: Kevin Morin <morin@codelutin.com> Date: Fri Aug 28 11:18:48 2015 +0200 alignement à droite du bouton de la popup de validation --- .../com/franciaflex/faxtomail/ui/swing/content/demande/DemandesUI.jaxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/DemandesUI.jaxx b/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/DemandesUI.jaxx index ecc5af6..3cefae5 100644 --- a/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/DemandesUI.jaxx +++ b/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/DemandesUI.jaxx @@ -32,8 +32,8 @@ com.franciaflex.faxtomail.ui.swing.content.demande.demandgroup.ButtonEmailGroup com.franciaflex.faxtomail.ui.swing.content.demande.demandgroup.DemandGroupHighlightDialog + java.awt.FlowLayout jaxx.runtime.validator.swing.SwingValidatorMessageWidget - org.jdesktop.swingx.JXTitledPanel </import> @@ -80,6 +80,7 @@ </JXTitledPanel> <JToolBar id='bottomToolBar' + layout="{ new FlowLayout(FlowLayout.TRAILING, 0, 0) }" constraints='BorderLayout.SOUTH'> <SwingValidatorMessageWidget id='validatorMessageWidget'/> </JToolBar> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.