From cbf4e59691dbb4180f7ea4f31bc85c44a0fc5326 Mon Sep 17 00:00:00 2001 From: Michael Gregorius Date: Mon, 4 May 2015 19:37:54 +0200 Subject: [PATCH] Yet another tab correction The wrong settings concerning tabs in QtCreator lead to bad display of the code in other editors. --- src/gui/AutomationPatternView.cpp | 8 ++++---- src/gui/editors/AutomationEditor.cpp | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/gui/AutomationPatternView.cpp b/src/gui/AutomationPatternView.cpp index 955461c21..e92b5eb71 100644 --- a/src/gui/AutomationPatternView.cpp +++ b/src/gui/AutomationPatternView.cpp @@ -425,10 +425,10 @@ void AutomationPatternView::dropEvent( QDropEvent * _de ) if ( !added ) { TextFloat::displayMessage( mod->displayName(), - tr( "Model is already connected " - "to this pattern." ), - embed::getIconPixmap( "automation" ), - 2000 ); + tr( "Model is already connected " + "to this pattern." ), + embed::getIconPixmap( "automation" ), + 2000 ); } } update(); diff --git a/src/gui/editors/AutomationEditor.cpp b/src/gui/editors/AutomationEditor.cpp index 8a3e47ab0..f51e7bce9 100644 --- a/src/gui/editors/AutomationEditor.cpp +++ b/src/gui/editors/AutomationEditor.cpp @@ -2303,10 +2303,10 @@ void AutomationEditorWindow::dropEvent( QDropEvent *_de ) if ( !added ) { TextFloat::displayMessage( mod->displayName(), - tr( "Model is already connected " - "to this pattern." ), - embed::getIconPixmap( "automation" ), - 2000 ); + tr( "Model is already connected " + "to this pattern." ), + embed::getIconPixmap( "automation" ), + 2000 ); } setCurrentPattern( m_editor->m_pattern ); }