summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-24 23:47:59 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-24 23:47:59 -0500
commit48fcf9521f796bc3b6e536545877a9ea2e37360d (patch)
tree0f72b7686f13fe36799ea0b0a251f2646fbb6911 /src
parent64304a6368cf8357bb04d1c0057aec637ebb479a (diff)
removed max-width, larger dialog
removed messages in output now that there's a full report
Diffstat (limited to 'src')
-rw-r--r--src/lootdialog.cpp10
-rw-r--r--src/resources/markdown.html5
2 files changed, 1 insertions, 14 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);
}
diff --git a/src/resources/markdown.html b/src/resources/markdown.html
index 1ecaf1b9..bd6d0f4d 100644
--- a/src/resources/markdown.html
+++ b/src/resources/markdown.html
@@ -18,7 +18,6 @@
font-family: Sans-serif;
color: #F1F1F1;
line-height: 1;
- max-width: 960px;
padding-left: 10px;
padding-top: 0px;
}
@@ -72,11 +71,9 @@
p, ul, ol {
font-size: 14px;
line-height: 24px;
- max-width: 540px;
}
pre {
padding: 0px 24px;
- max-width: 800px;
white-space: pre-wrap;
}
code {
@@ -93,7 +90,6 @@
border-left:.5em solid #eee;
padding: 0 2em;
margin-left:0;
- max-width: 476px;
}
blockquote cite {
font-size:14px;
@@ -106,7 +102,6 @@
blockquote p {
color: #666;
- max-width: 460px;
}
hr {
width: 540px;