mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45: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(
|
||||
is_null($title) ? $this->_title : sprintf(
|
||||
'%s - %s',
|
||||
$title,
|
||||
trim(
|
||||
$title
|
||||
),
|
||||
$this->_title
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue