ccbuluo / duilib

Automatically exported from code.google.com/p/duilib
0 stars 0 forks source link

VerticalLayout问题BUG #103

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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: