Thread Rating:
  • 328 Vote(s) - 2.88 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TextFieldの文字サイズを変更せずに高さを最大限に活用したい
04-16-2014, 05:29 PM,
#1
TextFieldの文字サイズを変更せずに高さを最大限に活用したい
TextFieldの高さ「17pt」から「15pt」に低く設定したいのですが、
「15pt」に設定した場合、文字が切れて見れなくなりました。
文字サイズを小さく変更せずに、TextFieldの高さを最大限に活用する方法ありますか。

{spaced-vbox
{TextField
width = 1.0in,
height = 15pt
}
}
04-16-2014, 05:33 PM,
#2
RE: TextFieldの文字サイズを変更せずに高さを最大限に活用したい
marginの高さを設定しない場合、高さを最大限に活用することができます。


{spaced-vbox
{TextField
width = 1.0in,
height = 15pt,
skin = {ShadedSkinSpec
border-color = "silver",
FillPattern.transparent,
FillPattern.transparent,
margin-spec = {OffsetSpec
top = 0px,
bottom = 0px,
right = 3px,
left = 3px
}
}
}
}

Forum Jump:


Users browsing this thread:
1 Guest(s)

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1017 - Can't find file: 'mybb_threadviews' (errno: 2)
Query:
INSERT INTO mybb_threadviews (tid) VALUES('1069')