mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
set vertical alignment to start
This commit is contained in:
parent
2275be5f95
commit
c240c9faee
4 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue