mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
increase default tab _length
This commit is contained in:
parent
793201022f
commit
49cf5b0188
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class Title
|
||||||
|
|
||||||
// Defaults
|
// Defaults
|
||||||
private int $_ellipsize = 3;
|
private int $_ellipsize = 3;
|
||||||
private int $_length = 12;
|
private int $_length = 16;
|
||||||
private ?string $_value = 'New page';
|
private ?string $_value = 'New page';
|
||||||
private ?string $_subtitle = null;
|
private ?string $_subtitle = null;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue