Project

General

Profile

« Previous | Next » 

Revision 5044311f

Added by Patrick Plitzner over 5 years ago

Set the bgColor of summary row to gray

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/CharacterMatrix.java
191 191
        configuration.summaryRowHAlign = HorizontalAlignmentEnum.CENTER;
192 192
        // NOTE: Getting the colors and fonts from the GUIHelper ensures that
193 193
        // they are disposed properly (required by SWT)
194
        configuration.summaryRowBgColor = GUIHelper.getColor(255, 255, 153);
195 194
        configuration.cHeaderBgColor = GUIHelper.getColor(211, 211, 211);
196 195
        configuration.rHeaderBgColor = GUIHelper.getColor(211, 211, 211);
197 196
        natTable.addConfiguration(configuration);

Also available in: Unified diff