diff --git a/sumrice/Summary.cpp b/sumrice/Summary.cpp index 50331a933329c72e87c42eafdca16ba1876ceee2..729f158a09081f373055f7eabff4870c8fd68ad8 100644 --- a/sumrice/Summary.cpp +++ b/sumrice/Summary.cpp @@ -248,6 +248,7 @@ namespace visimpl _scrollHistoLabels = new QScrollArea( ); _scrollHistoLabels->setWidgetResizable( true ); + _scrollHistoLabels->setHorizontalScrollBarPolicy( Qt::ScrollBarAlwaysOff); _scrollHistoLabels->setVerticalScrollBarPolicy( Qt::ScrollBarAlwaysOff ); _scrollHistoLabels->setWidget( histogramLabelsContainer );