mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-27 23:34:27 -08:00
added server sponsor banner as resource (temporary); adjusted counter padding
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user