mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
begin Label with TextView replacement
This commit is contained in:
parent
5798b990ad
commit
46fa31ab16
5 changed files with 74 additions and 51 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue