Skip to content

Commit c12b287

Browse files
Update scrolling-and-sizing tests to be compatible with lower resolutions (NativeScript#4770)
1 parent 12c0199 commit c12b287

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

apps/app/ui-tests-app/text-view/scrolling-and-sizing.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,15 @@
1717
</StackLayout>
1818

1919
<StackLayout class="p-10" row="2">
20-
<Label text="border-radius" class="body m-b-10" />
21-
<TextView hint="Add your comment..." class="bordered fixed-height border-radius" />
20+
<TextView hint="bordered fixed-height border-radius" class="bordered fixed-height border-radius" />
2221
</StackLayout>
2322

2423
<StackLayout class="p-10" row="2">
25-
<Label text="border-radius = weird" class="body m-b-10" />
26-
<TextView hint="Add your comment..." class="bordered fixed-height border-radius-nonuniform" />
24+
<TextView hint="bordered fixed-height border-radius-nonuniform" class="bordered fixed-height border-radius-nonuniform" />
2725
</StackLayout>
2826

2927
<StackLayout class="p-10" row="3">
30-
<Label text="border-width = weird" class="body m-b-10" />
31-
<TextView hint="Add your comment..." class="bordered-nonuniform fixed-height" />
28+
<TextView hint="bordered-nonuniform fixed-height" class="bordered-nonuniform fixed-height" />
3229
</StackLayout>
3330

3431
</StackLayout>

0 commit comments

Comments
 (0)