From 6acd0a5794fba476c6c907d514579a72bd375b67 Mon Sep 17 00:00:00 2001 From: pichoro Date: Fri, 6 Jul 2007 23:27:20 +0000 Subject: [PATCH] Fixed problems in Modern Tokens relating to text not resizing properly and right end of namebox "drifting" to the right. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@514 0fc631ac-6414-0410-93d0-97cfa31319b6 --- data/magic-new-token.mse-style/style | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/magic-new-token.mse-style/style b/data/magic-new-token.mse-style/style index e792fc79..1dc7809f 100644 --- a/data/magic-new-token.mse-style/style +++ b/data/magic-new-token.mse-style/style @@ -216,7 +216,7 @@ card style: name: MPlantin italic name: MPlantin-Italic size: 15 - scale down to: 15 + scale down to: 8 color: rgb(0,0,0) symbol font: name: @@ -235,8 +235,8 @@ card style: not contains (match: "!", card.rule_text) and not contains (match: "?", card.rule_text) and card.flavor_text == "" - then "middle center" - else "middle left" + then "middle center shrink-overflow" + else "middle left shrink-overflow" z index: 2 padding left: 6 padding top: 2 @@ -365,7 +365,7 @@ extra card style: name box right: left: { if card_style.name.content_width > 275 then 325 - else card_style.name.content_width * 0.5 + 187.5 } + else card_style.name.content_width * 0.5 + 186.5 } top: 26 width: 14 height: 35