clean up
This commit is contained in:
@@ -6,7 +6,7 @@ use crate::{
|
|||||||
util::HashMap,
|
util::HashMap,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub(crate) struct TextData {
|
pub struct TextData {
|
||||||
font_system: FontSystem,
|
font_system: FontSystem,
|
||||||
swash_cache: SwashCache,
|
swash_cache: SwashCache,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ impl Client {
|
|||||||
main,
|
main,
|
||||||
add_button.label("add button"),
|
add_button.label("add button"),
|
||||||
del_button.label("del button"),
|
del_button.label("del button"),
|
||||||
// info_sect.label("info sect"),
|
info_sect.label("info sect"),
|
||||||
)
|
)
|
||||||
.stack()
|
.stack()
|
||||||
.label("main stack"),
|
.label("main stack"),
|
||||||
|
|||||||
Reference in New Issue
Block a user