Skip to content

Commit

Permalink
Merge pull request #82 from Deigue/release
Browse files Browse the repository at this point in the history
ToolTip adjustments for Synthesis Git versioning buttons
  • Loading branch information
Noggog authored Oct 20, 2020
2 parents 0a4d0ca + 5c695d4 commit 98d1e29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Synthesis.Bethesda.GUI/Views/Config/GitConfigView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@
mahapps:HeaderedControlHelper.HeaderFontSize="16"
mahapps:HeaderedControlHelper.HeaderForeground="AliceBlue"
Background="Transparent">
<TabItem Header="Latest" ToolTip="Run with the latest stable version of Mutagen" />
<TabItem Header="Match" ToolTip="Run with the version of Mutagen explicitly listed in the patcher" />
<TabItem Header="Manual" ToolTip="Run with a manually specified version of Mutagen" />
<TabItem Header="Latest" ToolTip="Run with the latest stable version of Synthesis" />
<TabItem Header="Match" ToolTip="Run with the version of Synthesis explicitly listed in the patcher" />
<TabItem Header="Manual" ToolTip="Run with a manually specified version of Synthesis" />
</TabControl>
<TextBox Grid.Column="1"
x:Name="SynthesisManualVersionBox"
Expand Down

0 comments on commit 98d1e29

Please sign in to comment.