branch develop updated (0cb6c6d -> fac1edb)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git from 0cb6c6d refs #1320: Update maven-launch4j-plugin new fac1edb Fix layout The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit fac1edb7ce5eaeed5a59998d644da8824bf28fc5 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Feb 29 12:03:42 2016 +0100 Fix layout Summary of changes: src/main/java/org/chorem/jtimer/ui/report/ReportView.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git commit fac1edb7ce5eaeed5a59998d644da8824bf28fc5 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Feb 29 12:03:42 2016 +0100 Fix layout --- src/main/java/org/chorem/jtimer/ui/report/ReportView.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/chorem/jtimer/ui/report/ReportView.java b/src/main/java/org/chorem/jtimer/ui/report/ReportView.java index bc8f81d..f60d7e7 100644 --- a/src/main/java/org/chorem/jtimer/ui/report/ReportView.java +++ b/src/main/java/org/chorem/jtimer/ui/report/ReportView.java @@ -2,7 +2,7 @@ * #%L * jTimer * %% - * Copyright (C) 2008 - 2012 CodeLutin, Chatellier Eric + * Copyright (C) 2008 - 2016 CodeLutin, Chatellier Eric * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as @@ -315,20 +315,20 @@ public class ReportView extends FrameView implements DocumentListener { generateButton.setAction(getContext().getActionMap(this).get( "generateReport")); panelReports.add(generateButton, new GridBagConstraints(0, 1, 1, 1, 1, - 0, GridBagConstraints.CENTER, GridBagConstraints.HORIZONTAL, + 0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(1, 1, 1, 1), 0, 0)); JButton sendMailButton = new JButton(); sendMailButton.setAction(getContext().getActionMap(this) .get("sendMail")); panelReports.add(sendMailButton, new GridBagConstraints(1, 1, 1, 1, 1, - 0, GridBagConstraints.CENTER, GridBagConstraints.HORIZONTAL, + 0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(1, 1, 1, 1), 0, 0)); JButton closeButton = new JButton(); closeButton.setAction(getContext().getActionMap(this).get("closeView")); panelReports.add(closeButton, new GridBagConstraints(2, 1, 1, 1, 1, 0, - GridBagConstraints.CENTER, GridBagConstraints.HORIZONTAL, + GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(1, 1, 1, 1), 0, 0)); JSplitPane splitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, configComponent, panelReports); -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm