set vertical alignment to start

This commit is contained in:
yggverse 2024-09-12 09:21:49 +03:00
parent 2275be5f95
commit c240c9faee
4 changed files with 10 additions and 0 deletions

View file

@ -5,6 +5,10 @@ using namespace app::browser::main::tab::page::content::text;
Gemini::Gemini(
const Glib::ustring & GEMTEXT
) {
set_valign(
Gtk::Align::START
);
set_wrap(
true
);