mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
DolphinQt: add word wrap to graphics mods description
This commit is contained in:
parent
8dd4e916a7
commit
66f5085800
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user