|
@@ -8,7 +8,7 @@
|
|
|
mc:Ignorable="d">
|
|
mc:Ignorable="d">
|
|
|
<Grid Background="#22000000" Height="52">
|
|
<Grid Background="#22000000" Height="52">
|
|
|
<Grid.ColumnDefinitions>
|
|
<Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="*"/>
|
|
|
|
|
|
|
+ <ColumnDefinition Width="*" />
|
|
|
<ColumnDefinition Width="*"/>
|
|
<ColumnDefinition Width="*"/>
|
|
|
<ColumnDefinition Width="*"/>
|
|
<ColumnDefinition Width="*"/>
|
|
|
<ColumnDefinition Width="*"/>
|
|
<ColumnDefinition Width="*"/>
|
|
@@ -20,15 +20,16 @@
|
|
|
Content="{StaticResource SymbolRouteSelect}"
|
|
Content="{StaticResource SymbolRouteSelect}"
|
|
|
Checked="RouteSelectRadioButton_Checked"
|
|
Checked="RouteSelectRadioButton_Checked"
|
|
|
Height="50"
|
|
Height="50"
|
|
|
- />
|
|
|
|
|
|
|
+ MinWidth="0" />
|
|
|
<RadioButton
|
|
<RadioButton
|
|
|
- HorizontalAlignment="Stretch"
|
|
|
|
|
|
|
+ HorizontalAlignment="Stretch"
|
|
|
x:Name="MapRadioButton"
|
|
x:Name="MapRadioButton"
|
|
|
Style="{StaticResource MainNavigationButtonStyle}"
|
|
Style="{StaticResource MainNavigationButtonStyle}"
|
|
|
Content="{StaticResource SymbolGlobe}"
|
|
Content="{StaticResource SymbolGlobe}"
|
|
|
Grid.Column="1"
|
|
Grid.Column="1"
|
|
|
Checked="MapRadioButton_Checked"
|
|
Checked="MapRadioButton_Checked"
|
|
|
- Height="50"/>
|
|
|
|
|
|
|
+ Height="50"
|
|
|
|
|
+ MinWidth="0" />
|
|
|
<RadioButton
|
|
<RadioButton
|
|
|
HorizontalAlignment="Stretch"
|
|
HorizontalAlignment="Stretch"
|
|
|
x:Name="SettingsRadioButton"
|
|
x:Name="SettingsRadioButton"
|
|
@@ -36,7 +37,8 @@
|
|
|
Content="{StaticResource SymbolSettings}"
|
|
Content="{StaticResource SymbolSettings}"
|
|
|
Grid.Column="2"
|
|
Grid.Column="2"
|
|
|
Checked="SettingsRadioButton_Checked"
|
|
Checked="SettingsRadioButton_Checked"
|
|
|
- Height="50"/>
|
|
|
|
|
|
|
+ Height="50"
|
|
|
|
|
+ MinWidth="0" />
|
|
|
<RadioButton
|
|
<RadioButton
|
|
|
HorizontalAlignment="Stretch"
|
|
HorizontalAlignment="Stretch"
|
|
|
x:Name="HelpRadioButton"
|
|
x:Name="HelpRadioButton"
|
|
@@ -44,7 +46,8 @@
|
|
|
Content="{StaticResource SymbolHelp}"
|
|
Content="{StaticResource SymbolHelp}"
|
|
|
Grid.Column="3"
|
|
Grid.Column="3"
|
|
|
Checked="HelpRadioButton_Checked"
|
|
Checked="HelpRadioButton_Checked"
|
|
|
- Height="50"/>
|
|
|
|
|
|
|
+ Height="50"
|
|
|
|
|
+ MinWidth="0" />
|
|
|
</Grid>
|
|
</Grid>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
</UserControl>
|
|
</UserControl>
|