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