diff options
author | Kyle K <[email protected]> | 2022-08-09 05:00:37 -0700 |
---|---|---|
committer | Kyle K <[email protected]> | 2022-08-09 05:00:37 -0700 |
commit | af9c3e93402a8ad6b2587d38df4893b9d3df4cae (patch) | |
tree | 1c7e5141fa038330d3b9ed9ada684db8dc662856 /src/yuzu/aboutdialog.ui | |
parent | b1d61cd02534a421feee75fd2a1c2e6dea8e54b0 (diff) | |
download | yuzu-android-af9c3e93402a8ad6b2587d38df4893b9d3df4cae.tar.gz yuzu-android-af9c3e93402a8ad6b2587d38df4893b9d3df4cae.zip |
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.
Diffstat (limited to 'src/yuzu/aboutdialog.ui')
-rw-r--r-- | src/yuzu/aboutdialog.ui | 3 |
1 files changed, 2 insertions, 1 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 @@ <x>0</x> <y>0</y> <width>616</width> - <height>261</height> + <height>294</height> </rect> </property> <property name="windowTitle"> @@ -165,6 +165,7 @@ p, li { white-space: pre-wrap; } </widget> <resources> <include location="../../dist/qt_themes_default/default/default.qrc"/> + <include location="../../dist/qt_themes/default/default.qrc"/> </resources> <connections> <connection> |