|
12 | 12 | Clicked="BackButton_Clicked" VerticalAlignment="Top" HorizontalAlignment="Left"></controls:BackButton> |
13 | 13 | <WrapPanel Orientation="Vertical" VerticalAlignment="Bottom"> |
14 | 14 | <WrapPanel Orientation="Horizontal"> |
15 | | - <controls:TileButton Grid.Row="5" Title="Account settings" Foreground="White" BorderBrush="White" BorderThickness="2" |
| 15 | + <controls:TileButton Title="Account settings" Foreground="White" BorderBrush="White" BorderThickness="2" |
16 | 16 | HighlightColor="White" Clicked="AccountButton_Clicked" Width="150" Height="150"> |
17 | 17 | <controls:TileButton.InnerContent> |
18 | 18 | <controls:AvatarGlyph></controls:AvatarGlyph> |
19 | 19 | </controls:TileButton.InnerContent> |
20 | 20 | </controls:TileButton> |
21 | | - <controls:TileButton Grid.Row="5" Grid.Column="1" Title="Launcher settings" Foreground="White" BorderBrush="White" BorderThickness="2" |
| 21 | + <controls:TileButton Title="Guildwars settings" Foreground="White" BorderBrush="White" BorderThickness="2" |
| 22 | + HighlightColor="White" Clicked="FileButton_Clicked" Height="150" Width="150"> |
| 23 | + <controls:TileButton.InnerContent> |
| 24 | + <controls:FileGlyph></controls:FileGlyph> |
| 25 | + </controls:TileButton.InnerContent> |
| 26 | + </controls:TileButton> |
| 27 | + <controls:TileButton Title="Launcher settings" Foreground="White" BorderBrush="White" BorderThickness="2" |
22 | 28 | HighlightColor="White" Clicked="LauncherButton_Clicked" Width="150" Height="150"> |
23 | 29 | <controls:TileButton.InnerContent> |
24 | 30 | <controls:GoldenArrowGlyph></controls:GoldenArrowGlyph> |
25 | 31 | </controls:TileButton.InnerContent> |
26 | 32 | </controls:TileButton> |
27 | | - <controls:TileButton Grid.Row="5" Grid.Column="2" Title="Experimental settings" Foreground="White" BorderBrush="White" BorderThickness="2" |
| 33 | + <controls:TileButton Title="Experimental settings" Foreground="White" BorderBrush="White" BorderThickness="2" |
28 | 34 | HighlightColor="White" Clicked="ExperimentalButton_Clicked" Height="150" Width="150"> |
29 | 35 | <controls:TileButton.InnerContent> |
30 | 36 | <controls:ExperimentGlyph></controls:ExperimentGlyph> |
31 | 37 | </controls:TileButton.InnerContent> |
32 | 38 | </controls:TileButton> |
33 | | - <controls:TileButton Grid.Row="5" Grid.Column="2" Title="Guildwars settings" Foreground="White" BorderBrush="White" BorderThickness="2" |
34 | | - HighlightColor="White" Clicked="FileButton_Clicked" Height="150" Width="150"> |
35 | | - <controls:TileButton.InnerContent> |
36 | | - <controls:FileGlyph></controls:FileGlyph> |
37 | | - </controls:TileButton.InnerContent> |
38 | | - </controls:TileButton> |
39 | 39 | </WrapPanel> |
40 | 40 | </WrapPanel> |
41 | 41 | </Grid> |
|
0 commit comments