mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
DolphinQt: add word wrap to graphics mods description
This commit is contained in:
@ -219,6 +219,7 @@ void GraphicsModListWidget::OnModChanged(std::optional<std::string> absolute_pat
|
|||||||
{
|
{
|
||||||
auto* description_label =
|
auto* description_label =
|
||||||
new QLabel(tr("Description: ") + QString::fromStdString(mod->m_description));
|
new QLabel(tr("Description: ") + QString::fromStdString(mod->m_description));
|
||||||
|
description_label->setWordWrap(true);
|
||||||
m_mod_meta_layout->addWidget(description_label);
|
m_mod_meta_layout->addWidget(description_label);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user