14 lines
264 B
Plaintext
14 lines
264 B
Plaintext
component EwwiiPanel () {
|
|
Box {
|
|
orinetation = "horizontal"
|
|
halign = "center"
|
|
class = "ewwii_panel"
|
|
height = config.panel_height
|
|
width = config.panel_width
|
|
|
|
Label {
|
|
widget_name = "panel_comp_sample_text"
|
|
text = "Plain Panel"
|
|
}
|
|
}
|
|
} |