mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
kotlin_ui_dsl_version_2.md: fixup
This commit is contained in:
parent
3c5ac8268e
commit
77f50f5b41
@ -146,7 +146,7 @@ Must also be used for `Row.checkBox` if these are grouped with some title.
|
|||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
var value = true
|
var value = true
|
||||||
buttonsGroup("Panel.buttonGroup:") {
|
buttonsGroup("Panel.buttonsGroup:") {
|
||||||
row {
|
row {
|
||||||
radioButton("true", true)
|
radioButton("true", true)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user