From af9c3e93402a8ad6b2587d38df4893b9d3df4cae Mon Sep 17 00:00:00 2001 From: Kyle K <190571+Docteh@users.noreply.github.com> Date: Tue, 9 Aug 2022 05:00:37 -0700 Subject: Qt: tweak ui files make about dialog a bit taller for full message on more systems for direct_connect.ui hedging bets here, there is a text field for port number that possibly shouldn't be translated, marking as such, but also adding a translation note for the event that it makes sense to translate the placeholder text to something other than the default multiplayer direct connect port. --- src/yuzu/aboutdialog.ui | 3 ++- src/yuzu/multiplayer/direct_connect.ui | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/yuzu/aboutdialog.ui b/src/yuzu/aboutdialog.ui index c4ffb293e..aea82809d 100644 --- a/src/yuzu/aboutdialog.ui +++ b/src/yuzu/aboutdialog.ui @@ -7,7 +7,7 @@ 0 0 616 - 261 + 294 @@ -165,6 +165,7 @@ p, li { white-space: pre-wrap; } + diff --git a/src/yuzu/multiplayer/direct_connect.ui b/src/yuzu/multiplayer/direct_connect.ui index 681b6bf69..57d6ec25a 100644 --- a/src/yuzu/multiplayer/direct_connect.ui +++ b/src/yuzu/multiplayer/direct_connect.ui @@ -83,7 +83,7 @@ 5 - 24872 + 24872 -- cgit v1.2.3