Skip to content

Commit

Permalink
Wrap on long names instead of breaking layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed May 4, 2024
1 parent a00d2aa commit 9e20db2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/settingspage/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ auto SettingsPage::Application::windowTitle() -> QWidget *

titlePreview = new QLabel(this);
titlePreview->setFont(Font::italic());
titlePreview->setWordWrap(true);
formatLayout->addWidget(titlePreview, 1, 1);

layout->addLayout(formatLayout);
Expand Down

0 comments on commit 9e20db2

Please sign in to comment.