-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
What steps will reproduce the problem?
svn上的最新版本, 一个简单的垂直布局显示不正常.
xml如下:
<?xml version="1.0" encoding="UTF-8"?>
<Window size="250,240">
<VerticalLayout bkcolor="#FF000000">
<Button name="btn1" text="text1" bkcolor="0xFFFF0000" pos="0,0,0,0" />
<Button name="btn2" text="text2" bkcolor="0xFF00FF00" pos="0,0,0,0" />
</VerticalLayout>
</Window>
Original issue reported on code.google.com by chk...@gmail.com on 16 Apr 2014 at 4:30
Attachments: