Skip to content
Snippets Groups Projects
Commit 14a51123 authored by Felix de las Pozas's avatar Felix de las Pozas
Browse files

Fix: disable summary labels horizontal scrollbar.

parent 23d81e26
No related branches found
No related tags found
No related merge requests found
...@@ -248,6 +248,7 @@ namespace visimpl ...@@ -248,6 +248,7 @@ namespace visimpl
_scrollHistoLabels = new QScrollArea( ); _scrollHistoLabels = new QScrollArea( );
_scrollHistoLabels->setWidgetResizable( true ); _scrollHistoLabels->setWidgetResizable( true );
_scrollHistoLabels->setHorizontalScrollBarPolicy( Qt::ScrollBarAlwaysOff);
_scrollHistoLabels->setVerticalScrollBarPolicy( Qt::ScrollBarAlwaysOff ); _scrollHistoLabels->setVerticalScrollBarPolicy( Qt::ScrollBarAlwaysOff );
_scrollHistoLabels->setWidget( histogramLabelsContainer ); _scrollHistoLabels->setWidget( histogramLabelsContainer );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment