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 a421f5c9ccf629ee842dd0aa7c9ca4303d44d62a Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Feb 23 14:36:25 2016 +0100 refs #983: Fix layout --- src/main/java/org/chorem/jtimer/ui/report/ReportView.java | 2 +- .../org/chorem/jtimer/ui/report/resources/ReportView_fr.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 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 590e391..fb0cbc0 100644 --- a/src/main/java/org/chorem/jtimer/ui/report/ReportView.java +++ b/src/main/java/org/chorem/jtimer/ui/report/ReportView.java @@ -263,7 +263,7 @@ public class ReportView extends FrameView implements DocumentListener { checkIncludeIntermediateTotalTime = new JCheckBox(getResourceMap().getString( "reportIntermediateTotalTime")); panelOption.add(checkIncludeIntermediateTotalTime, - new GridBagConstraints(0, 6, 2, 1, 0, 0, GridBagConstraints.CENTER, GridBagConstraints.HORIZONTAL, + new GridBagConstraints(0, 6, 4, 1, 0, 0, GridBagConstraints.CENTER, GridBagConstraints.HORIZONTAL, new Insets(1, 1, 1, 1), 0, 0)); // panel form projects diff --git a/src/main/resources/org/chorem/jtimer/ui/report/resources/ReportView_fr.properties b/src/main/resources/org/chorem/jtimer/ui/report/resources/ReportView_fr.properties index 5d803ed..0287873 100644 --- a/src/main/resources/org/chorem/jtimer/ui/report/resources/ReportView_fr.properties +++ b/src/main/resources/org/chorem/jtimer/ui/report/resources/ReportView_fr.properties @@ -2,7 +2,7 @@ # #%L # jTimer # %% -# Copyright (C) 2007 - 2012 CodeLutin, Chatellier Eric +# Copyright (C) 2007 - 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 @@ -31,7 +31,7 @@ reportYearly=Par ann\u00E9e reportByProject=Par projet reportAnnotationsTime=avec l'heure -reportIntermediateTotalTime=Ajout des temps totaux intermédiaires +reportIntermediateTotalTime=Ajout des temps totaux interm\u00E9diaires reportProjects=Projets reportContent=Rapport reportProjectsList=Liste des projets -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.