mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
add page subtitle support
This commit is contained in:
parent
c22b3a6b30
commit
9be94979b9
2 changed files with 4 additions and 0 deletions
|
|
@ -7,10 +7,12 @@ using namespace app::browser::main::tab;
|
|||
|
||||
Page::Page(
|
||||
const Glib::ustring & TITLE,
|
||||
const Glib::ustring & SUBTITLE,
|
||||
const Glib::ustring & REQUEST
|
||||
) {
|
||||
// Init extras
|
||||
title = TITLE;
|
||||
subtitle = SUBTITLE;
|
||||
|
||||
// Init container
|
||||
set_orientation(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue