We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0422b commit 54d17ffCopy full SHA for 54d17ff
Components/hikr.Button.ux
@@ -1,4 +1,4 @@
1
-<Panel ux:Class="hikr.Button" Alignment="VerticalCenter" Margin="10" Padding="10" FontSize="16">
+<Panel ux:Class="hikr.Button" Margin="10" Padding="10" FontSize="16">
2
<string ux:Property="Text" />
3
<float ux:Property="FontSize" />
4
Pages/SplashPage.ux
@@ -16,7 +16,7 @@
16
<hikr.Text Alignment="HorizontalCenter" Opacity=".5">get out there</hikr.Text>
17
</StackPanel>
18
19
- <hikr.Button Text="Get Started" FontSize="18" Margin="50,0" Clicked="{goToHomePage}" />
+ <hikr.Button Text="Get Started" FontSize="18" Margin="50,0" Alignment="VerticalCenter" Clicked="{goToHomePage}" />
20
</Grid>
21
</DockPanel>
22
</Page>
0 commit comments