Skip to content

Commit feccdf5

Browse files
committed
long pause in window title
1 parent 78c41bf commit feccdf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/layouts/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ void CMainWindow::SetLoadedFilename( std::string_view filename /*= {}*/ )
284284

285285
if ( filename.empty() == false )
286286
{
287-
formattedTitle.prepend( QStringLiteral( " - " ) );
287+
formattedTitle.prepend( QStringLiteral( " " ) );
288288
formattedTitle.prepend( filename.data() );
289289
}
290290

0 commit comments

Comments
 (0)