11 lines
183 B
Plaintext
11 lines
183 B
Plaintext
component EwwiiPanel () {
|
|
Box {
|
|
orinetation = "horizontal"
|
|
halign = "center"
|
|
|
|
Label {
|
|
widget_name = "panel_comp_sample_text"
|
|
text = "Plain Panel"
|
|
}
|
|
}
|
|
} |