Skip to content

Commit 103d1fb

Browse files
committed
Fixed
1 parent b6c611f commit 103d1fb

6 files changed

+8
-7
lines changed
Binary file not shown.

VTOL_2.0.0/.vs/VTOL/FileContentIndex/00b6800d-fbec-4b29-92fb-2aba7ae03006.vsidx renamed to VTOL_2.0.0/.vs/VTOL/FileContentIndex/64f3dece-cef9-4ec8-87de-77c4ca82a036.vsidx

429 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

VTOL_2.0.0/MainWindow.xaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@
116116
</Window.Resources>
117117
<Window.Background>
118118
<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"/>
121122
</LinearGradientBrush>
122123
</Window.Background>
123124

@@ -350,7 +351,7 @@
350351
<ui:NavigationSeparator />
351352
<ui:NavigationItem x:Name="Settings"
352353
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"
354355
/>
355356
<!-- A navigation element that does not point to the page can be used as a button. -->
356357

@@ -367,17 +368,17 @@
367368
Margin="0,7,2,663" ScrollViewer.VerticalScrollBarVisibility="Disabled" Grid.ColumnSpan="2" AllowDrop="False" HorizontalAlignment="Center" >
368369

369370
<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">
371372
<StackPanel Orientation="Horizontal" Width="514" Height="30" HorizontalAlignment="Center" VerticalAlignment="Center">
372373

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"
374375
/>
375376
<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"/>
376377
<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">
377378
<ui:Button.Background>
378379
<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"/>
381382
</LinearGradientBrush>
382383
</ui:Button.Background>
383384
<ui:Button.PressedBackground>

0 commit comments

Comments
 (0)