summaryrefslogtreecommitdiff
path: root/src/lootdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lootdialog.cpp')
-rw-r--r--src/lootdialog.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/lootdialog.cpp b/src/lootdialog.cpp
index c7cdfecd..80664415 100644
--- a/src/lootdialog.cpp
+++ b/src/lootdialog.cpp
@@ -171,7 +171,7 @@ void LootDialog::createUI()
connect(ui->buttons, &QDialogButtonBox::clicked, [&](auto* b){ onButton(b); });
- resize(480, 275);
+ resize(650, 450);
}
void LootDialog::closeEvent(QCloseEvent* e)
@@ -228,14 +228,6 @@ void LootDialog::handleReport()
{
const auto& lootReport = m_loot.report();
- if (!lootReport.messages.empty()) {
- addLineOutput("");
- }
-
- for (auto&& m : lootReport.messages) {
- log(m.type, m.text);
- }
-
for (auto&& p : lootReport.plugins) {
m_core.pluginList()->addLootReport(p.name, p);
}