blob: fe83f1f57aacd5e73aaf801ba28aacb0c7f2514f [file] [log] [blame]
builder.composite( parent ) {
gridLayout( numColumns:2 )
gridData( style:"fill_both" )
label( style:"none", text:obj.description ) {
gridData( style:"fill_both" )
}
text( style:"Border", text:obj.value )
}