AWT native component theming

This commit is contained in:
downthecrop 2024-10-23 14:44:32 -07:00
parent 5948810ca7
commit fce9b4eea7
2 changed files with 50 additions and 16 deletions

View file

@ -207,7 +207,7 @@ object ReflectiveEditorView {
fieldPanel.add(inputComponent, gbc)
val applyButton = JButton("\u2714").apply {
maximumSize = Dimension(Int.MAX_VALUE, 10)
maximumSize = Dimension(Int.MAX_VALUE, 8)
}
gbc.gridx = 2
gbc.gridy = 0