Table: fixed wrong UI defaults

This commit is contained in:
Karl Tauber
2019-09-14 21:40:39 +02:00
parent 7aaf700d34
commit a09592cb0d

View File

@@ -50,8 +50,8 @@ public class FlatTableUI
protected void installDefaults() {
super.installDefaults();
selectionInactiveBackground = UIManager.getColor( "Tree.selectionInactiveBackground" );
selectionInactiveForeground = UIManager.getColor( "Tree.selectionInactiveForeground" );
selectionInactiveBackground = UIManager.getColor( "Table.selectionInactiveBackground" );
selectionInactiveForeground = UIManager.getColor( "Table.selectionInactiveForeground" );
int rowHeight = FlatUIUtils.getUIInt( "Table.rowHeight", 16 );
if( rowHeight > 0 )