mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
14 lines
161 B
Plaintext
14 lines
161 B
Plaintext
window {
|
|
location: north;
|
|
anchor: north;
|
|
width: 100%;
|
|
border: 0;
|
|
}
|
|
|
|
listview {
|
|
lines: 8;
|
|
}
|
|
|
|
mainbox {
|
|
children: [ inputbar, listview ];
|
|
} |