|
116 | 116 | </Window.Resources> |
117 | 117 | <Window.Background> |
118 | 118 | <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> |
119 | | - <GradientStop Color="#FF00312E" Offset="1"/> |
120 | | - <GradientStop Color="#FF000603" Offset="0.2"/> |
| 119 | + <GradientStop Color="#FF144E50" Offset="0.834"/> |
| 120 | + <GradientStop Color="#FF000603" Offset="0.309"/> |
| 121 | + <GradientStop Color="#FF00503F" Offset="1"/> |
121 | 122 | </LinearGradientBrush> |
122 | 123 | </Window.Background> |
123 | 124 |
|
|
350 | 351 | <ui:NavigationSeparator /> |
351 | 352 | <ui:NavigationItem x:Name="Settings" |
352 | 353 | Content="{x:Static properties:Language.MainWindow_Settings}" ClickMode="Press" |
353 | | - Icon="Options16" PageType="{x:Type Pages:Page_Settings}" |
| 354 | + Icon="Options16" PageType="{x:Type Pages:Page_Settings}" Margin="0,0,0,4" |
354 | 355 | /> |
355 | 356 | <!-- A navigation element that does not point to the page can be used as a button. --> |
356 | 357 |
|
|
367 | 368 | Margin="0,7,2,663" ScrollViewer.VerticalScrollBarVisibility="Disabled" Grid.ColumnSpan="2" AllowDrop="False" HorizontalAlignment="Center" > |
368 | 369 |
|
369 | 370 | <StatusBar Margin="0,-5,554,0" Background="Transparent" BorderThickness="0,0,0,0" HorizontalAlignment="Center" Width="644" Padding="0,0,0,0" Height="32"> |
370 | | - <StatusBarItem Margin="-24,-11,0,-11" Width="598"> |
| 371 | + <StatusBarItem Margin="-25,-10,0,-11" Width="598"> |
371 | 372 | <StackPanel Orientation="Horizontal" Width="514" Height="30" HorizontalAlignment="Center" VerticalAlignment="Center"> |
372 | 373 |
|
373 | | - <Image Source="/Resources/Icons/Main_UI/VTOL_multires.ico" Height="30" Width="33" Margin="-11,0,0,0" RenderOptions.BitmapScalingMode="HighQuality" |
| 374 | + <Image Source="/Resources/Icons/Main_UI/VTOL_multires.ico" Height="30" Width="33" Margin="-10.5,0,0,0" RenderOptions.BitmapScalingMode="HighQuality" |
374 | 375 | /> |
375 | 376 | <TextBlock x:Name="VERSION_TEXT" Text="VTOL - 0.0.0 |" FontWeight="Normal" FontFamily="Nacelle" TextDecorations="{x:Null}" FontStyle="Normal" Margin="10,0,0,0" VerticalAlignment="Center"/> |
376 | 377 | <ui:Button x:Name="NORTHSTAR_BUTTON" Width="190" Height="21" Content="Northstar Version 0.0.0" Padding="0,0.5,0,0" VerticalAlignment="Stretch" FontSize="12" BorderThickness="1,1,1,1" Margin="5,0,0,-1" VerticalContentAlignment="Center" BorderBrush="{x:Null}" Click="NORTHSTAR_BUTTON_Click" FontFamily="Nacelle"> |
377 | 378 | <ui:Button.Background> |
378 | 379 | <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0" MappingMode="RelativeToBoundingBox" SpreadMethod="Repeat"> |
379 | | - <GradientStop Color="#D203606F" Offset="0.045"/> |
380 | | - <GradientStop Color="#A1268A77" Offset="1"/> |
| 380 | + <GradientStop Color="#8C03606F" Offset="0"/> |
| 381 | + <GradientStop Color="#4C268A77" Offset="1"/> |
381 | 382 | </LinearGradientBrush> |
382 | 383 | </ui:Button.Background> |
383 | 384 | <ui:Button.PressedBackground> |
|
0 commit comments