Commit f8bd3f8f authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

added server sponsor banner as resource (temporary); adjusted counter padding

parent 49d80a9d
...@@ -94,5 +94,7 @@ ...@@ -94,5 +94,7 @@
<file>resources/news/exclamation_mark.svg</file> <file>resources/news/exclamation_mark.svg</file>
<file>resources/news/question_mark.svg</file> <file>resources/news/question_mark.svg</file>
<file>resources/mtgforum.png</file>
</qresource> </qresource>
</RCC> </RCC>
...@@ -1230,7 +1230,7 @@ void Player::rearrangeCounters() ...@@ -1230,7 +1230,7 @@ void Player::rearrangeCounters()
totalHeight += counterIterator.value()->boundingRect().height(); totalHeight += counterIterator.value()->boundingRect().height();
} }
const qreal padding = 10; const qreal padding = 5;
qreal y = boundingRect().y() + marginTop; qreal y = boundingRect().y() + marginTop;
// Place objects // Place objects
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment