dotfiles_ewwii/nbcl/panel/panel_component.nbcl
2026-08-23 21:58:13 +05:30

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"
}
}
}