Skip to content

Commit 915ab6e

Browse files
committed
Update version and adjust NavigationBar opacity settings
1 parent cfd001d commit 915ab6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CompactGUI/Models/UpdateHandler.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Imports System.Text.Json
33
Public Class UpdateHandler
44

5-
Public Shared Property CurrentVersion As New SemVersion(3, 7, 0)
5+
Public Shared Property CurrentVersion As New SemVersion(3, 8, 0)
66
Public Shared Property NewVersion As SemVersion
77
Public Shared ReadOnly UpdateURL As String = "https://raw.githubusercontent.com/IridiumIO/CompactGUI/database/version.json"
88
Public Shared ReadOnly httpClient As New HttpClient()

CompactGUI/Views/Components/NavigationBar.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
Height="40"
99
VerticalAlignment="Bottom" HorizontalContentAlignment="Center"
1010
d:DataContext="{d:DesignInstance Type=local:MainViewModel}"
11-
d:DesignHeight="40" d:DesignWidth="500" d:Opacity="0.5" Opacity="1"
11+
d:DesignHeight="40" d:DesignWidth="500" Opacity="1"
1212
mc:Ignorable="d">
1313
<UserControl.Background>
14-
<SolidColorBrush x:Name="BGBrushNavBar" Color="#304257"/>
14+
<SolidColorBrush x:Name="BGBrushNavBar" Color="#304257" Opacity="0.8"/>
1515
</UserControl.Background>
1616

1717
<StackPanel ClipToBounds="True" Orientation="Horizontal">

0 commit comments

Comments
 (0)