mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
update content container init by type
This commit is contained in:
parent
d5ce67fbec
commit
afa4261b0e
7 changed files with 131 additions and 75 deletions
|
|
@ -5,6 +5,7 @@ using namespace app::browser::main::tab::page::content::text;
|
|||
Gemini::Gemini(
|
||||
const Glib::ustring & GEMTEXT
|
||||
) {
|
||||
// Init widget
|
||||
set_valign(
|
||||
Gtk::Align::START
|
||||
);
|
||||
|
|
@ -22,6 +23,6 @@ Gemini::Gemini(
|
|||
);
|
||||
|
||||
set_markup(
|
||||
GEMTEXT // @TODO
|
||||
GEMTEXT//markup
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue