Qt: Fix type table sizing + spaces

Type table in the main window was not wide enough. Also adding spaces in some strings and removing some redundant spaces in others.
This commit is contained in:
RedDevilus 2022-02-03 00:50:00 +01:00 committed by refractionpcsx2
parent 2684fd6b62
commit 971f060029
3 changed files with 30 additions and 30 deletions

View File

@ -320,7 +320,7 @@ void GameListWidget::resizeEvent(QResizeEvent* event)
void GameListWidget::resizeTableViewColumnsToFit()
{
QtUtils::ResizeColumnsForTableView(m_table_view, {
32, // type
45, // type
80, // code
-1, // title
-1, // file title

View File

@ -37,7 +37,7 @@
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>The SDL input source supports most controllers, and provides advanced functionality for Dualshock 4/Dualsense pads in Bluetooth mode (Vibration/LED Control).</string>
<string>The SDL input source supports most controllers, and provides advanced functionality for DualShock 4 / DualSense pads in Bluetooth mode (Vibration / LED Control).</string>
</property>
<property name="wordWrap">
<bool>true</bool>
@ -54,7 +54,7 @@
<item>
<widget class="QCheckBox" name="enableSDLEnhancedMode">
<property name="text">
<string>Dualshock 4/Dualsense Enhanced Mode</string>
<string>Dualshock 4 / Dualsense Enhanced Mode</string>
</property>
</widget>
</item>
@ -70,7 +70,7 @@
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>The XInput source provides support for XBox 360/XBox One/XBox Series controllers, and third party controllers which implement the XInput protocol.</string>
<string>The XInput source provides support for XBox 360 / XBox One / XBox Series controllers, and third party controllers which implement the XInput protocol.</string>
</property>
<property name="wordWrap">
<bool>true</bool>