Skip to content

Commit

Permalink
fix icon, added a couple tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdiver committed May 23, 2021
1 parent 7582c43 commit 05b3977
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NitroxCalculator/NitroxCalculator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<ApplicationIcon>NitroxFlagSquare.ico</ApplicationIcon>
<ApplicationIcon>NitroxFlagSquare2.ico</ApplicationIcon>
<PackageId>Nitrox Calculator</PackageId>
<Authors>Jrdiver</Authors>
<Product>Nitrox Calculator</Product>
Expand Down
Binary file added NitroxCalculator/NitroxFlagSquare2.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion NitroxCalculator/Windows/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<TextBox x:Name="TextStartPercent" Margin="120,75,5,0" Text="32" TextWrapping="Wrap" VerticalAlignment="Top" Grid.RowSpan="2" TextChanged="TextStartPercent_TextChanged"/>
<Label x:Name="LabelStartPressure" Content="Label" HorizontalAlignment="Right" Margin="0,10,5,0" Grid.RowSpan="2" VerticalAlignment="Top"/>
<Label Content="Max O2 Pressure:" HorizontalAlignment="Left" Margin="5,40,0,0" VerticalAlignment="Top"/>
<TextBox x:Name="TextMaxOxygenPressure" Margin="120,44,35,0" Text="4500" TextWrapping="Wrap" VerticalAlignment="Top" TextChanged="TextPressure_TextChanged"/>
<TextBox x:Name="TextMaxOxygenPressure" Margin="120,44,35,0" Text="4500" TextWrapping="Wrap" VerticalAlignment="Top" TextChanged="TextPressure_TextChanged" ToolTip="The Max Oxygen pressure you can get to while blending"/>
<Label x:Name="LabelOxygenPressure" Content="Label" HorizontalAlignment="Right" Margin="0,41,5,0" VerticalAlignment="Top"/>
</Grid>
</GroupBox>
Expand Down

0 comments on commit 05b3977

Please sign in to comment.