[vlc-commits] Qt: remove tabs

Jean-Baptiste Kempf git at videolan.org
Sun May 29 18:28:39 CEST 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 29 17:01:06 2016 +0200| [66c7e7a7e334dbae5a45675c94de4a3ffd27d8c5] | committer: Jean-Baptiste Kempf

Qt: remove tabs

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=66c7e7a7e334dbae5a45675c94de4a3ffd27d8c5
---

 modules/gui/qt/dialogs/toolbar.cpp |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/modules/gui/qt/dialogs/toolbar.cpp b/modules/gui/qt/dialogs/toolbar.cpp
index 4569a39..dc90ef5 100644
--- a/modules/gui/qt/dialogs/toolbar.cpp
+++ b/modules/gui/qt/dialogs/toolbar.cpp
@@ -265,14 +265,14 @@ void ToolbarEditDialog::close()
     QString cFSC = getSettings()->value( "MainWindow/FSCToolbar" ).toString();
 
     if ( isChecked == positionCheckbox->isChecked()
-	 && c1 == controller1->getValue()
-	 && c2 == controller2->getValue()
-	 && cA == controllerA->getValue()
-	 && c == controller->getValue()
-	 && cFSC == controllerFSC->getValue() )
+         && c1 == controller1->getValue()
+         && c2 == controller2->getValue()
+         && cA == controllerA->getValue()
+         && c == controller->getValue()
+         && cFSC == controllerFSC->getValue() )
     {
-	reject();
-	return;
+        reject();
+        return;
     }
 
     getSettings()->setValue( "MainWindow/ToolbarPos", !!positionCheckbox->isChecked() );



More information about the vlc-commits mailing list