work
This commit is contained in:
1 parent
a9c76e4326
commit
79813db3ba
35 files changed
+378
-403
No files matched your search
@@ -3,7 +3,7 @@ use std::marker::PhantomData;
|
||||
use crate::prelude::*;
|
||||
|
||||
pub struct Stack {
|
||||
pub children: Vec<WidgetHandle>,
|
||||
pub children: Vec<StrongWidget>,
|
||||
pub size: StackSize,
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user