initial global widget store
This commit is contained in:
1 parent
7f4846a2d3
commit
6156c66a20
31 files changed
+536
-352
No files matched your search
@@ -1,7 +1,7 @@
|
||||
use crate::prelude::*;
|
||||
|
||||
pub struct Aligned {
|
||||
pub inner: WidgetRef,
|
||||
pub inner: WidgetHandle,
|
||||
pub align: Align,
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user