diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2022-08-19 00:46:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 00:46:39 +0200 |
commit | bfbee623407b9dead160466e88c0ffa69417d9a4 (patch) | |
tree | c4f61bd86d7b6c0a951eaebfe1fbf6c5885f3379 /src | |
parent | Merge pull request #8756 from Kelebek1/vol (diff) | |
download | yuzu-bfbee623407b9dead160466e88c0ffa69417d9a4.tar yuzu-bfbee623407b9dead160466e88c0ffa69417d9a4.tar.gz yuzu-bfbee623407b9dead160466e88c0ffa69417d9a4.tar.bz2 yuzu-bfbee623407b9dead160466e88c0ffa69417d9a4.tar.lz yuzu-bfbee623407b9dead160466e88c0ffa69417d9a4.tar.xz yuzu-bfbee623407b9dead160466e88c0ffa69417d9a4.tar.zst yuzu-bfbee623407b9dead160466e88c0ffa69417d9a4.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/configuration/configure_input_player.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_input_player.cpp b/src/yuzu/configuration/configure_input_player.cpp index 00bee85b2..109689c88 100644 --- a/src/yuzu/configuration/configure_input_player.cpp +++ b/src/yuzu/configuration/configure_input_player.cpp @@ -1475,7 +1475,7 @@ void ConfigureInputPlayer::keyPressEvent(QKeyEvent* event) { void ConfigureInputPlayer::CreateProfile() { const auto profile_name = - LimitableInputDialog::GetText(this, tr("New Profile"), tr("Enter a profile name:"), 1, 20, + LimitableInputDialog::GetText(this, tr("New Profile"), tr("Enter a profile name:"), 1, 30, LimitableInputDialog::InputLimiter::Filesystem); if (profile_name.isEmpty()) { |