wip
This commit is contained in:
@@ -43,7 +43,7 @@ pub fn new() -> Layout {
|
|||||||
let nodes =
|
let nodes =
|
||||||
dict.from_list([
|
dict.from_list([
|
||||||
#(
|
#(
|
||||||
Section("Root"),
|
Root,
|
||||||
Node(
|
Node(
|
||||||
t: Container,
|
t: Container,
|
||||||
content: "Music Player",
|
content: "Music Player",
|
||||||
@@ -140,7 +140,7 @@ pub fn render(layout: Layout) -> Nil {
|
|||||||
container_top_left_x,
|
container_top_left_x,
|
||||||
container_top_left_y,
|
container_top_left_y,
|
||||||
0,
|
0,
|
||||||
Section("Root"),
|
Root,
|
||||||
_,
|
_,
|
||||||
ansi_renders,
|
ansi_renders,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user