small alignment test

This commit is contained in:
2025-08-28 21:57:46 -04:00
parent 1204e3728e
commit 97f2f67dee

View File

@@ -97,7 +97,7 @@ impl Client {
text("hmm").size(30), text("hmm").size(30),
text("a").size(30), text("a").size(30),
( (
text("'").size(30).family(Family::Monospace), text("'").size(30).family(Family::Monospace).align(Align::Top),
text("'").size(30).family(Family::Monospace), text("'").size(30).family(Family::Monospace),
text(":gamer mode").size(30).family(Family::Monospace), text(":gamer mode").size(30).family(Family::Monospace),
Rect::new(Color::BLUE).sized(100), Rect::new(Color::BLUE).sized(100),