begin Label with TextView replacement

This commit is contained in:
yggverse 2024-10-12 06:31:05 +03:00
parent 5798b990ad
commit 46fa31ab16
5 changed files with 74 additions and 51 deletions

View file

@ -33,7 +33,7 @@ impl Text {
// Init widget
let widget = ScrolledWindow::builder().build();
widget.set_child(Some(gemini.widget()));
widget.set_child(Some(gemini.gobject()));
// Result
Self { meta, widget }