mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-05 16:04:15 +00:00
setup label alignment
This commit is contained in:
parent
d99eb79317
commit
74f5983f85
@ -99,6 +99,14 @@ Reader::Reader(
|
|||||||
MARGIN_END
|
MARGIN_END
|
||||||
);
|
);
|
||||||
|
|
||||||
|
set_xalign(
|
||||||
|
XALIGN
|
||||||
|
);
|
||||||
|
|
||||||
|
set_yalign(
|
||||||
|
YALIGN
|
||||||
|
);
|
||||||
|
|
||||||
set_wrap(
|
set_wrap(
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
@ -74,6 +74,8 @@ namespace app::browser::main::tab::page::content::text::gemini
|
|||||||
// Defaults
|
// Defaults
|
||||||
const int MARGIN_START = 8;
|
const int MARGIN_START = 8;
|
||||||
const int MARGIN_END = 8;
|
const int MARGIN_END = 8;
|
||||||
|
const int XALIGN = 0;
|
||||||
|
const int YALIGN = 0;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Reader class API
|
* Reader class API
|
||||||
|
Loading…
x
Reference in New Issue
Block a user