style(tests): format all files

This commit is contained in:
Vasil Chimev
2019-08-22 13:54:47 +03:00
parent 0a5ac1a527
commit 7412ce82b3
142 changed files with 589 additions and 557 deletions

View File

@@ -1,3 +1,3 @@
.MyStackLayoutRoot {
background-color: blue;
}
}

View File

@@ -1,2 +1,2 @@
<customControls:MyControl xmlns:customControls="ui/root-view/mymodule/" class="MyStackLayoutRoot">
</customControls:MyControl>
</customControls:MyControl>

View File

@@ -1,3 +1,3 @@
.MyStackLayoutRoot {
background-color: blue;
}
}

View File

@@ -1,3 +1,3 @@
<GridLayout class="MyStackLayoutRoot">
<Label text="I'm here!!!" id="my-test-label"/>
</GridLayout>
</GridLayout>

View File

@@ -1,3 +1,3 @@
TabView {
selected-tab-text-color: blue;
}
}

View File

@@ -14,4 +14,4 @@
</TabViewItem>
</TabView.items>
</TabView>
</TabView>