From d69fa7986fa131dcf40552a5cc86dbd7fad660c6 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Wed, 29 Apr 2020 20:45:40 +0100 Subject: [PATCH] User Chart Series Errors Wrapping .. when editing a user chart series program the errors in red at the bottom of the dialog get truncated instead of word wrapping. --- src/Charts/UserChart.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Charts/UserChart.cpp b/src/Charts/UserChart.cpp index 8809058ea..9a52ac24e 100644 --- a/src/Charts/UserChart.cpp +++ b/src/Charts/UserChart.cpp @@ -991,6 +991,7 @@ EditUserSeriesDialog::EditUserSeriesDialog(Context *context, bool rangemode, Gen program->setCompleter(completer); pl->addWidget(program); errors = new QLabel(this); + errors->setWordWrap(true); errors->setStyleSheet("color: red;"); pl->addWidget(errors); //