Project

General

Profile

« Previous | Next » 

Revision 7ecaccda

Added by Patrick Plitzner over 5 years ago

Change default taxon row color

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/CharacterMatrixLabelStyleConfiguration.java
47 47
        Style taxonDefaultDescriptionStyle = new Style();
48 48
        taxonDefaultDescriptionStyle.setAttributeValue(
49 49
                CellStyleAttributes.BACKGROUND_COLOR,
50
                GUIHelper.getColor(211, 211, 211));
50
                GUIHelper.COLOR_WIDGET_BACKGROUND);
51 51
        configRegistry.registerConfigAttribute(
52 52
                CellConfigAttributes.CELL_STYLE,
53 53
                taxonDefaultDescriptionStyle,

Also available in: Unified diff