UI defaults inspector: render values of type Border, GrayFilter, Object[] and int[]; paint icons with light gray background

This commit is contained in:
Karl Tauber
2020-09-15 13:16:01 +02:00
parent aebb083180
commit 8c15bc746b
2 changed files with 44 additions and 2 deletions

View File

@@ -57,4 +57,8 @@ public class FlatEmptyBorder
insets.bottom = scale( bottom );
return insets;
}
public Insets getUnscaledBorderInsets() {
return super.getBorderInsets();
}
}