Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
f8bd3f8f
Commit
f8bd3f8f
authored
Jan 23, 2011
by
Max-Wilhelm Bruker
Browse files
added server sponsor banner as resource (temporary); adjusted counter padding
parent
49d80a9d
Changes
3
Hide whitespace changes
Inline
Side-by-side
cockatrice/cockatrice.qrc
View file @
f8bd3f8f
...
@@ -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>
cockatrice/resources/mtgforum.png
0 → 100644
View file @
f8bd3f8f
11.9 KB
cockatrice/src/player.cpp
View file @
f8bd3f8f
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment