]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/PanelStack.cpp
reduce line noise
[features.git] / src / frontends / qt4 / PanelStack.cpp
index 419897f3f74c0594d7c0c696110d3f604c617d3e..a8974fcf73cd6ece22aa885b5916ff7d621725df 100644 (file)
@@ -41,6 +41,7 @@ PanelStack::PanelStack(QWidget * parent)
        stack_ = new QStackedWidget(this);
 
        list_->setColumnCount(1);
+       list_->setRootIsDecorated(false);
        // Hide the pointless list header
        list_->header()->hide();
 //     QStringList HeaderLabels;
@@ -61,7 +62,7 @@ void PanelStack::addCategory(docstring const & n, docstring const & parent)
        QTreeWidgetItem * item = 0;
        QString const name = toqstr(n);
 
-       LYXERR(Debug::GUI) << "addCategory n= " << to_utf8(n) << "   parent= " << endl;
+       LYXERR(Debug::GUI, "addCategory n= " << to_utf8(n) << "   parent= ");
 
        int depth = 1;