WIP
This commit is contained in:
parent
18b0385d73
commit
19e4cad7a9
2 changed files with 83 additions and 133 deletions
|
@ -1,4 +1,4 @@
|
|||
use elements::{Node, NodeStyle};
|
||||
use elements::{Length, Node, NodeStyle};
|
||||
use gpui::{color::Color, AnyElement, Element, Entity, View, ViewContext};
|
||||
use log::LevelFilter;
|
||||
use simplelog::SimpleLogger;
|
||||
|
@ -30,8 +30,7 @@ impl View for PlaygroundView {
|
|||
// Node::new().width(100.0).fill(Color::red())
|
||||
//
|
||||
Node::new()
|
||||
.width(100.)
|
||||
.height(100.)
|
||||
.width(Length::auto(1.))
|
||||
.fill(Color::red())
|
||||
.row()
|
||||
.children([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue