diff options
author | Levi Behunin <l3ehunin@gmail.com> | 2021-09-18 19:41:59 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-18 19:41:59 -0600 |
commit | ad85689417d47e6ab5ee2fa97b77234800c9d224 (patch) | |
tree | 7b846fc82fab227af0ec7254b4b3419dd496835f | |
parent | 6e376c27a327d8e123efafe49370a304cec20221 (diff) |
Tas configure ui nits
Text looked cramped on my pc (Ubuntu 21.04). Re-flowed text as well for nicer read.
-rw-r--r-- | src/yuzu/configuration/configure_tas.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/yuzu/configuration/configure_tas.ui b/src/yuzu/configuration/configure_tas.ui index 8a3ecb834..7aa69582c 100644 --- a/src/yuzu/configuration/configure_tas.ui +++ b/src/yuzu/configuration/configure_tas.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>800</width> - <height>300</height> + <width>900</width> + <height>506</height> </rect> </property> <property name="windowTitle"> @@ -25,7 +25,7 @@ <item row="0" column="0" colspan="1"> <widget class="QLabel" name="label_1"> <property name="text"> - <string>Reads controller input from scripts in the same format as TAS-nx scripts. For a more detailed explanation please consult the FAQ on the yuzu website.</string> + <string>Reads controller input from scripts in the same format as TAS-nx scripts.<br/>For a more detailed explanation please consult the FAQ on the yuzu website.</string> </property> <property name="wordWrap"> <bool>true</bool> @@ -45,7 +45,7 @@ <item row="2" column="0" colspan="1"> <widget class="QLabel" name="label_2"> <property name="text"> - <string>WARNING: This is an experimental feature. It will not play back scripts frame perfectly with the current, imperfect syncing method.</string> + <string>WARNING: This is an experimental feature.<br/>It will not play back scripts frame perfectly with the current, imperfect syncing method.</string> </property> <property name="wordWrap"> <bool>true</bool> |