1
0
mirror of https://github.com/chylex/IntelliJ-AceJump.git synced 2025-01-06 04:42:46 +01:00

move functions

This commit is contained in:
breandan 2018-10-30 15:24:10 -04:00
parent 05e8c0ea30
commit 360e25c102

View File

@ -20,10 +20,10 @@ class AceSettingsPanel {
private var tagForegroundColorWheel = ColorPanel()
private var tagBackgroundColorWheel = ColorPanel()
fun Cell.short(component: JComponent) = component(growPolicy = SHORT_TEXT)
fun Cell.medium(component: JComponent) = component(growPolicy = MEDIUM_TEXT)
internal val rootPanel: JPanel = panel {
fun Cell.short(component: JComponent) = component(growPolicy = SHORT_TEXT)
fun Cell.medium(component: JComponent) = component(growPolicy = MEDIUM_TEXT)
noteRow(aceString("tagCharsToBeUsedHeading"))
row(aceString("tagCharsToBeUsedLabel")) { medium(tagCharactersField) }
noteRow(aceString("colorsToBeUsedHeading"))