mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 20:26:42 +01:00
wip(108e): layout refactor
This commit is contained in:
parent
265d4a3953
commit
ddb3c28c01
21 changed files with 1141 additions and 825 deletions
|
|
@ -35,7 +35,7 @@ impl Demo<Tui> {
|
|||
|
||||
impl Content for Demo<Tui> {
|
||||
type Engine = Tui;
|
||||
fn content (&self) -> impl Render<Engine = Tui> {
|
||||
fn content (&self) -> dyn Render<Engine = Tui> {
|
||||
let border_style = Style::default().fg(Color::Rgb(0,0,0));
|
||||
Align::Center(Layers::new(move|add|{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue