Update grid test page.

This commit is contained in:
Vasil Chimev
2015-06-25 16:39:23 +03:00
parent 5788082ff9
commit 475541a77b

View File

@@ -1,5 +1,5 @@
<Page loaded="onLoaded">
<GridLayout rows="auto, 100, *, 50" columns="auto, 100, *, 50">
<GridLayout rows="auto, 100, *, 50" columns="auto, 60, *, 40">
<!-- View Properties -->
<Button text="wh" tap="{{ onWidthHeight }}" id="widthHeight" style="background-color: lightblue;" />
<Button text="n" tap="{{ onMinWidthMinHeight }}" col="1" id="minWidthMinHeight" style="background-color: lightblue;" />