Skip to content

Commit

Permalink
DolphinQt: add word wrap to graphics mods description
Browse files Browse the repository at this point in the history
  • Loading branch information
iwubcode committed Jul 2, 2022
1 parent 8dd4e91 commit 66f5085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinQt/Config/GraphicsModListWidget.cpp
Expand Up @@ -219,6 +219,7 @@ void GraphicsModListWidget::OnModChanged(std::optional<std::string> absolute_pat
{
auto* description_label =
new QLabel(tr("Description: ") + QString::fromStdString(mod->m_description));
description_label->setWordWrap(true);
m_mod_meta_layout->addWidget(description_label);
}
}
Expand Down

0 comments on commit 66f5085

Please sign in to comment.