TestIssue99: specify panel widths, clarify interpretation of results

This commit is contained in:
Stephen Gold 2019-04-27 12:47:22 -07:00
parent 0814858284
commit 5f55bf4d5d
2 changed files with 4 additions and 4 deletions

View File

@ -41,8 +41,8 @@ import de.lessvoid.nifty.screen.ScreenController;
* Test case for JME issue #99: blendMode="multiply" in Nifty renders
* incorrectly.
* <p>
* If successful, two text labels will be visible. If unsuccessful, only the top
* one will be visible.
* If successful, two text labels will be legible. If unsuccessful, only the top
* one will be legible.
*
* @author Stephen Gold sgold@sonic.net
*/

View File

@ -10,7 +10,7 @@ The GUI layout for the TestIssue99 application.
<panel childLayout="horizontal"
backgroundColor="#888f"
height="160px">
height="160px" width="640px">
<control name="label"
color="#000f"
text="The text of a label."
@ -25,7 +25,7 @@ The GUI layout for the TestIssue99 application.
<panel childLayout="horizontal"
backgroundColor="#888f"
height="160px">
height="160px" width="640px">
<control name="label"
color="#000f"
text="The text of another label."