Skip to content

Commit

Permalink
reduce spacing between legend items
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderOrb committed Jun 23, 2024
1 parent 3d1cfd0 commit 3807271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/GUI/PlotLegend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ PlotLegend::~PlotLegend()
QWidget *PlotLegend::createWidget( const QwtLegendData &data ) const
{
QWidget *w = QwtLegend::createWidget( data );
w->setMaximumHeight(10);

QwtLegendLabel *label = dynamic_cast<QwtLegendLabel *>( w );
if ( label )
Expand Down

0 comments on commit 3807271

Please sign in to comment.