mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
define default _subtitle value
This commit is contained in:
parent
f4f114a1ca
commit
111a8649b1
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ namespace Yggverse\Yoda\Gtk\Browser\Container\Tab\Page\Title;
|
||||||
|
|
||||||
class Label extends \GtkLabel
|
class Label extends \GtkLabel
|
||||||
{
|
{
|
||||||
private string $_subtitle;
|
private string $_subtitle = '';
|
||||||
|
|
||||||
public function set_subtitle(
|
public function set_subtitle(
|
||||||
string $value
|
string $value
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue