mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-11 02:44:15 +00:00
add margins
This commit is contained in:
parent
b54a3aeecc
commit
ebbaf772f0
@ -91,6 +91,14 @@ Reader::Reader(
|
|||||||
Gtk::Align::START
|
Gtk::Align::START
|
||||||
);
|
);
|
||||||
|
|
||||||
|
set_margin_start(
|
||||||
|
MARGIN_START
|
||||||
|
);
|
||||||
|
|
||||||
|
set_margin_end(
|
||||||
|
MARGIN_END
|
||||||
|
);
|
||||||
|
|
||||||
set_wrap(
|
set_wrap(
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
@ -67,8 +67,14 @@ namespace app::browser::main::tab::page::content::text::gemini
|
|||||||
/*
|
/*
|
||||||
* Internal members
|
* Internal members
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Shared actions
|
||||||
Glib::RefPtr<Gio::SimpleAction> action__open_link_variant;
|
Glib::RefPtr<Gio::SimpleAction> action__open_link_variant;
|
||||||
|
|
||||||
|
// Defaults
|
||||||
|
const int MARGIN_START = 6;
|
||||||
|
const int MARGIN_END = 6;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Reader class API
|
* Reader class API
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user