已将Stealth小部件正确地添加到框架中,但是即使我指定了result-view{
match {
Cat (this)
}
render {
layout {
section {
content {
if(exists(this.name)) {
paragraph {
style (Title_XS)
value ("#{value(this.name)}")
}
} else {
paragraph {
style (Title_XS)
value("No name!")
}
}
}
}
}
}
}
,它也不会伸展,以便使选中按钮与其他选中按钮对齐。
我尝试使用列权重,但是那没用。
所有这些代码都有效,您可以运行它以了解我的意思
sticky="ew"
标签“ Stealth”旁边的Checkbutton应该与其他按钮右对齐。我不确定为什么不这样做。