Minor change for output in status bar.
This commit is contained in:
		@@ -226,5 +226,5 @@ void MainWindow::onReplaceLast(QString text, QString suffix) {
 | 
			
		||||
void MainWindow::onShowErrorMessage(QString title, QString text) {
 | 
			
		||||
    this->statusBar()->clearMessage();
 | 
			
		||||
    this->statusBar()->showMessage( // timeout: 10000
 | 
			
		||||
        QString(title + ": " + text).leftJustified(80, ' '), 10000);
 | 
			
		||||
        QString(title + " " + text).leftJustified(80, ' '), 10000);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user