added server sponsor banner as resource (temporary); adjusted counter padding
This commit is contained in:
parent
49d80a9de0
commit
f8bd3f8fd3
3 changed files with 3 additions and 1 deletions
|
@ -94,5 +94,7 @@
|
|||
|
||||
<file>resources/news/exclamation_mark.svg</file>
|
||||
<file>resources/news/question_mark.svg</file>
|
||||
|
||||
<file>resources/mtgforum.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
BIN
cockatrice/resources/mtgforum.png
Normal file
BIN
cockatrice/resources/mtgforum.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
|
@ -1230,7 +1230,7 @@ void Player::rearrangeCounters()
|
|||
totalHeight += counterIterator.value()->boundingRect().height();
|
||||
}
|
||||
|
||||
const qreal padding = 10;
|
||||
const qreal padding = 5;
|
||||
qreal y = boundingRect().y() + marginTop;
|
||||
|
||||
// Place objects
|
||||
|
|
Loading…
Reference in a new issue