new toggler design

This commit is contained in:
minjaesong
2023-05-21 20:46:54 +09:00
parent eee551058f
commit 3ba7ddd30e
4 changed files with 71 additions and 22 deletions

View File

@@ -100,7 +100,7 @@ class UIElemTest : ApplicationAdapter() {
}
class DummyTogglePane : UICanvas() {
private val button1 = UIItemToggleButton(this, 400, 100)
private val button1 = UIItemToggleButton(this, 400, 100, 80)
private val textin = UIItemTextLineInput(this, 400, 160, 400)
override var width = 800