Skip to content

Commit

Permalink
Wrap instead of breaking layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Aug 10, 2024
1 parent a767c27 commit 23d174d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widget/statusmessage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ StatusMessage::StatusMessage(QWidget *parent)
layout->addWidget(icon);

message = new QLabel(this);
message->setWordWrap(true);
layout->addWidget(message, 1, Qt::AlignVCenter);

action = new QPushButton(this);
Expand Down

0 comments on commit 23d174d

Please sign in to comment.