mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
trim spaces on setTitle
This commit is contained in:
parent
f143640928
commit
08f09e4a5c
1 changed files with 3 additions and 1 deletions
|
|
@ -37,7 +37,9 @@ class Header
|
||||||
$this->gtk->set_title(
|
$this->gtk->set_title(
|
||||||
is_null($title) ? $this->_title : sprintf(
|
is_null($title) ? $this->_title : sprintf(
|
||||||
'%s - %s',
|
'%s - %s',
|
||||||
$title,
|
trim(
|
||||||
|
$title
|
||||||
|
),
|
||||||
$this->_title
|
$this->_title
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue