diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-05-26 12:35:24 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-05-26 12:35:24 +0200 |
commit | 481ea1234a7d53061350af46e8fffd86fde46dc6 (patch) | |
tree | b72eb350958f219328e428ca3dc1a54f26adc8e5 /src/plugins | |
parent | f7e5e4d6671e4c3bd1a0a65cb45ea6c2531d448d (diff) |
sneed
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/NyaaSi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/NyaaSi.cpp b/src/plugins/NyaaSi.cpp index 2afedb3..a8cd2b4 100644 --- a/src/plugins/NyaaSi.cpp +++ b/src/plugins/NyaaSi.cpp @@ -256,7 +256,7 @@ namespace QuickMedia { auto body = create_body(); body->items = std::move(result_items); - result_tabs.push_back(Tab{std::move(body), std::make_unique<NyaaSiSearchPage>(program, strip(title), url, std::move(domain)), create_search_bar("Search...", 300)}); + result_tabs.push_back(Tab{std::move(body), std::make_unique<NyaaSiSearchPage>(program, strip(title), url, std::move(domain)), create_search_bar("Search...", 500)}); return PluginResult::OK; } |