increase default tab _length

This commit is contained in:
yggverse 2024-07-08 05:31:50 +03:00
parent 793201022f
commit 49cf5b0188

View file

@ -15,7 +15,7 @@ class Title
// Defaults
private int $_ellipsize = 3;
private int $_length = 12;
private int $_length = 16;
private ?string $_value = 'New page';
private ?string $_subtitle = null;