Skip to content

Commit 6681407

Browse files
committed
Remove redundant row
1 parent 235f764 commit 6681407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/app/examples/styling/styling-page.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<navigation:ExamplePage loaded="pageLoaded" xmlns:navigation="navigation/example-page" xmlns="http://www.nativescript.org/tns.xsd" xmlns:picker="nativescript-picker">
2-
<GridLayout rows="50, 50, *">
2+
<GridLayout rows="50, *">
33
<picker:PickerField hint="This is hint" id="picker"
44
padding="10"
55
class="picker-field"

0 commit comments

Comments
 (0)