Skip to content
Snippets Groups Projects
Commit e28a5762 authored by marco's avatar marco
Browse files

small is small enough

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2330 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent cee7e2d9
Branches
Tags
No related merge requests found
......@@ -52,7 +52,7 @@ SceneWin::SceneWin(QWidget* parent) :
view_ = new QTreeView(this);
context_menu_ = new ContextMenu(view_,model_);
view_->setAttribute(Qt::WA_MacShowFocusRect, false);
view_->setAttribute(Qt::WA_MacMiniSize, true);
view_->setAttribute(Qt::WA_MacSmallSize, true);
view_->header()->hide();
view_->setContextMenuPolicy(Qt::CustomContextMenu);
view_->setModel(model_);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment