mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -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:
|
||||
left: { if card.card_symbol=="none" then 32 else 51 }
|
||||
top : 30
|
||||
right: 278
|
||||
right: { 341 - card_style.casting_cost.content_width }
|
||||
height: 23
|
||||
alignment: bottom shrink-overflow
|
||||
padding bottom: 0
|
||||
@@ -161,9 +161,9 @@ card style:
|
||||
weight: bold
|
||||
color: rgb(0,0,0)
|
||||
casting cost:
|
||||
left: 280
|
||||
right: 343
|
||||
top : 30
|
||||
width: 63
|
||||
width: { max(30, card_style.casting_cost.content_width) + 5 }
|
||||
height: 23
|
||||
alignment: bottom right
|
||||
symbol font:
|
||||
|
||||
Reference in New Issue
Block a user