12 lines
185 B
Plaintext
12 lines
185 B
Plaintext
# Left-hand side of the top bar
|
|
|
|
fn panel_left() {
|
|
Box {
|
|
space_evenly = false
|
|
halign = "start"
|
|
|
|
Label {
|
|
text = "left"
|
|
}
|
|
}
|
|
} |