alignment!!!

This commit is contained in:
iris committed 2025-08-28 21:55:34 -04:00
1 parent 46c7d8ba26
commit 1204e3728e
11 files changed
+190 -86

No files matched your search

+1 -1
View File
@@ -156,7 +156,7 @@ impl<'a> Painter<'a> {
.size(&mut self.size_ctx())
}
pub fn size_ctx(&mut self) -> SizeCtx {
pub fn size_ctx(&mut self) -> SizeCtx<'_> {
SizeCtx {
size: self.region().in_size(self.screen_size),
text: self.text,