diff --git a/src/Entity/Window/Header.php b/src/Entity/Window/Header.php index 2daf063c..865e27f3 100644 --- a/src/Entity/Window/Header.php +++ b/src/Entity/Window/Header.php @@ -37,7 +37,9 @@ class Header $this->gtk->set_title( is_null($title) ? $this->_title : sprintf( '%s - %s', - $title, + trim( + $title + ), $this->_title ) );