mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
Fixed positioning issues.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@703 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -191,7 +191,7 @@ card style:
|
|||||||
|
|
||||||
type:
|
type:
|
||||||
left: 110
|
left: 110
|
||||||
top : 475
|
top : 479
|
||||||
width: 220
|
width: 220
|
||||||
height: 20
|
height: 20
|
||||||
alignment: top shrink-overflow
|
alignment: top shrink-overflow
|
||||||
@@ -207,7 +207,7 @@ card style:
|
|||||||
left:
|
left:
|
||||||
{ if card.type != "" or card.illustrator != "" or card.copyright != "" then 64
|
{ if card.type != "" or card.illustrator != "" or card.copyright != "" then 64
|
||||||
else 23 }
|
else 23 }
|
||||||
top : 468
|
top : 471
|
||||||
width: 44
|
width: 44
|
||||||
height: 22
|
height: 22
|
||||||
z index: 3
|
z index: 3
|
||||||
@@ -303,7 +303,7 @@ card style:
|
|||||||
|
|
||||||
illustrator:
|
illustrator:
|
||||||
right: 350
|
right: 350
|
||||||
top : 460
|
top : 461
|
||||||
width: { max(20, card_style.illustrator.content_width) + 5 }
|
width: { max(20, card_style.illustrator.content_width) + 5 }
|
||||||
height: 16
|
height: 16
|
||||||
z index: 3
|
z index: 3
|
||||||
@@ -315,7 +315,7 @@ card style:
|
|||||||
|
|
||||||
copyright line:
|
copyright line:
|
||||||
left: 65
|
left: 65
|
||||||
top : 492
|
top : 494
|
||||||
width: 285
|
width: 285
|
||||||
height: 12
|
height: 12
|
||||||
z index: 3
|
z index: 3
|
||||||
@@ -380,7 +380,7 @@ extra card style:
|
|||||||
z index: 2
|
z index: 2
|
||||||
typeline:
|
typeline:
|
||||||
left: 53
|
left: 53
|
||||||
top: 463
|
top: 464
|
||||||
width: 304
|
width: 304
|
||||||
height: 41
|
height: 41
|
||||||
render style: image
|
render style: image
|
||||||
|
|||||||
Reference in New Issue
Block a user