Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ToolTip adjustments for Synthesis Git versioning buttons #82

Merged
merged 2 commits into from
Oct 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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