mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 05:20:24 -07:00
AWT native component theming
This commit is contained in:
parent
5948810ca7
commit
fce9b4eea7
2 changed files with 50 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue