mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-12 13:41:34 +00:00
set vertical alignment to start
This commit is contained in:
parent
2275be5f95
commit
c240c9faee
@ -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
|
||||
);
|
||||
|
@ -2,6 +2,7 @@
|
||||
#define APP_BROWSER_MAIN_TAB_PAGE_CONTENT_TEXT_GEMINI_HPP
|
||||
|
||||
#include <glibmm/ustring.h>
|
||||
#include <gtkmm/enums.h>
|
||||
#include <gtkmm/label.h>
|
||||
|
||||
namespace app::browser::main::tab::page::content::text
|
||||
|
@ -5,6 +5,10 @@ using namespace app::browser::main::tab::page::content::text;
|
||||
Plain::Plain(
|
||||
const Glib::ustring & TEXT
|
||||
) {
|
||||
set_valign(
|
||||
Gtk::Align::START
|
||||
);
|
||||
|
||||
set_wrap(
|
||||
true
|
||||
);
|
||||
|
@ -2,6 +2,7 @@
|
||||
#define APP_BROWSER_MAIN_TAB_PAGE_CONTENT_TEXT_PLAIN_HPP
|
||||
|
||||
#include <glibmm/ustring.h>
|
||||
#include <gtkmm/enums.h>
|
||||
#include <gtkmm/label.h>
|
||||
|
||||
namespace app::browser::main::tab::page::content::text
|
||||
|
Loading…
x
Reference in New Issue
Block a user