mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Text in Trainbottom window is word wrapped (#4582)
So messages can be seen in several lines if they are large, not truncated
This commit is contained in:
@@ -181,7 +181,7 @@ TrainBottom::TrainBottom(TrainSidebar *trainSidebar, QWidget *parent) :
|
||||
notificationText->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
|
||||
notificationText->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
|
||||
notificationText->setTextInteractionFlags(Qt::NoTextInteraction);
|
||||
notificationText->setLineWrapMode(QPlainTextEdit::NoWrap);
|
||||
notificationText->setLineWrapMode(QPlainTextEdit::WidgetWidth);
|
||||
|
||||
//QCheckBox *hideOnIdle = new QCheckBox(tr("Auto Hide"), this);
|
||||
//intensityControlLayout->addWidget(hideOnIdle);
|
||||
|
||||
Reference in New Issue
Block a user