mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 14:07:01 -04:00
Name box now takes size of casting cost in account.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@521 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -150,7 +150,7 @@ card style:
|
|||||||
name:
|
name:
|
||||||
left: { if card.card_symbol=="none" then 32 else 51 }
|
left: { if card.card_symbol=="none" then 32 else 51 }
|
||||||
top : 30
|
top : 30
|
||||||
right: 278
|
right: { 341 - card_style.casting_cost.content_width }
|
||||||
height: 23
|
height: 23
|
||||||
alignment: bottom shrink-overflow
|
alignment: bottom shrink-overflow
|
||||||
padding bottom: 0
|
padding bottom: 0
|
||||||
@@ -161,9 +161,9 @@ card style:
|
|||||||
weight: bold
|
weight: bold
|
||||||
color: rgb(0,0,0)
|
color: rgb(0,0,0)
|
||||||
casting cost:
|
casting cost:
|
||||||
left: 280
|
right: 343
|
||||||
top : 30
|
top : 30
|
||||||
width: 63
|
width: { max(30, card_style.casting_cost.content_width) + 5 }
|
||||||
height: 23
|
height: 23
|
||||||
alignment: bottom right
|
alignment: bottom right
|
||||||
symbol font:
|
symbol font:
|
||||||
|
|||||||
Reference in New Issue
Block a user