branch develop updated (e62a6b5 -> e15f6f2)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See http://git.codelutin.com/tutti.git from e62a6b5 fixes #6575 [ERGO] créer un rapport "espèces à confirmer" new e15f6f2 ajustement (test refs) couleur du texte du svg 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 e15f6f23370a965bd36387f181344e9f6b8d06b8 Author: Kevin Morin <morin@codelutin.com> Date: Fri Feb 6 18:08:14 2015 +0100 ajustement (test refs) couleur du texte du svg Summary of changes: .../tutti/ui/swing/content/operation/catches/EditCatchesUIHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit e15f6f23370a965bd36387f181344e9f6b8d06b8 Author: Kevin Morin <morin@codelutin.com> Date: Fri Feb 6 18:08:14 2015 +0100 ajustement (test refs) couleur du texte du svg --- .../tutti/ui/swing/content/operation/catches/EditCatchesUIHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/EditCatchesUIHandler.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/EditCatchesUIHandler.java index 9f9734c..1e1b92c 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/EditCatchesUIHandler.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/EditCatchesUIHandler.java @@ -1069,7 +1069,7 @@ public class EditCatchesUIHandler extends AbstractTuttiTabContainerUIHandler<Edi style.setProperty("font-style", "italic", null); } int colorBrightness = TuttiUIUtil.getColorBrightness(bgColor); - String textColor = colorBrightness > 125 ? "#000000" : "#FFFFFF"; + String textColor = colorBrightness > 150 ? "#000000" : "#FFFFFF"; style.setProperty("fill", textColor, null); labelElement.setTextContent(weightUnit.decorateLabel(t("tutti.editCatchBatch.field." + notNullProperty))); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm