diff --git a/src/duckstation-qt/gamelistwidget.ui b/src/duckstation-qt/gamelistwidget.ui index 05915151c..a376ff31a 100644 --- a/src/duckstation-qt/gamelistwidget.ui +++ b/src/duckstation-qt/gamelistwidget.ui @@ -6,7 +6,7 @@ 0 0 - 758 + 821 619 @@ -27,7 +27,7 @@ 0 - + 3 @@ -57,8 +57,7 @@ Game List - - .. + true @@ -80,8 +79,7 @@ Game Grid - - .. + true @@ -103,8 +101,7 @@ Merge Multi-Disc Games - - .. + true @@ -126,8 +123,7 @@ Show Titles - - .. + true @@ -158,7 +154,7 @@ 200 - Qt::Horizontal + Qt::Orientation::Horizontal @@ -167,7 +163,7 @@ - Qt::Horizontal + Qt::Orientation::Horizontal @@ -189,8 +185,7 @@ All Types - - .. + @@ -202,8 +197,7 @@ All Regions - - .. + @@ -212,7 +206,7 @@ - 150 + 200 0 @@ -234,7 +228,7 @@ - + diff --git a/src/duckstation-qt/settingswindow.cpp b/src/duckstation-qt/settingswindow.cpp index af0cae345..ad3112930 100644 --- a/src/duckstation-qt/settingswindow.cpp +++ b/src/duckstation-qt/settingswindow.cpp @@ -146,7 +146,7 @@ void SettingsWindow::addPages() tr("Post-Processing Settings
Post processing allows you to alter the appearance of the image " "displayed on the screen with various filters. Shaders will be executed in sequence. Additional shaders can be " "downloaded from %1.") - .arg("https://github.com/duckstation/shaders")); + .arg("https://github.com/stenzek/emu-shaders")); addWidget( m_audio_settings = new AudioSettingsWidget(this, m_ui.settingsContainer), tr("Audio"), QStringLiteral("volume-up-line"),