mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt/About: Fix text size to better match WX
This commit is contained in:
@ -60,8 +60,10 @@ AboutDialog::AboutDialog(QWidget* parent) : QDialog(parent)
|
|||||||
// in your translation, please use the type of curly quotes that's appropriate for
|
// in your translation, please use the type of curly quotes that's appropriate for
|
||||||
// your language. If you aren't sure which type is appropriate, see
|
// your language. If you aren't sure which type is appropriate, see
|
||||||
// https://en.wikipedia.org/wiki/Quotation_mark#Specific_language_features
|
// https://en.wikipedia.org/wiki/Quotation_mark#Specific_language_features
|
||||||
new QLabel(tr("\u00A9 2003-2015+ Dolphin Team. \u201cGameCube\u201d and \u201cWii\u201d are "
|
new QLabel(small +
|
||||||
"trademarks of Nintendo. Dolphin is not affiliated with Nintendo in any way."));
|
tr("\u00A9 2003-2015+ Dolphin Team. \u201cGameCube\u201d and \u201cWii\u201d are "
|
||||||
|
"trademarks of Nintendo. Dolphin is not affiliated with Nintendo in any way.") +
|
||||||
|
QStringLiteral("</p>"));
|
||||||
|
|
||||||
QLabel* logo = new QLabel();
|
QLabel* logo = new QLabel();
|
||||||
logo->setPixmap(Resources::GetMisc(Resources::LOGO_LARGE));
|
logo->setPixmap(Resources::GetMisc(Resources::LOGO_LARGE));
|
||||||
|
Reference in New Issue
Block a user