more test stuff
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
use std::sync::Arc;
|
||||
|
||||
use app::App;
|
||||
use cosmic_text::Family;
|
||||
use render::Renderer;
|
||||
use senses::*;
|
||||
use ui::prelude::*;
|
||||
@@ -95,10 +96,15 @@ impl Client {
|
||||
text("okkk\nokkkkkk!").size(30),
|
||||
text("hmm").size(30),
|
||||
text("a").size(30),
|
||||
text("'").size(30),
|
||||
text("pretty cool right?").size(30),
|
||||
(
|
||||
text("'").size(30).family(Family::Monospace),
|
||||
text("'").size(30).family(Family::Monospace),
|
||||
text(":gamer mode").size(30).family(Family::Monospace),
|
||||
)
|
||||
.span(Dir::RIGHT, [sized(); _]),
|
||||
)
|
||||
.span(Dir::RIGHT, [sized(); _]),
|
||||
.span(Dir::DOWN, [sized(); _]),
|
||||
);
|
||||
|
||||
let tabs = ui.add(
|
||||
|
||||
Reference in New Issue
Block a user