mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-21 18:35:00 +00:00
refactor: Move the ToolTip.Tip
to the right position to ensure consistency
- Move the `ToolTip.Tip` to the right position to ensure consistency
This commit is contained in:
parent
51d8b50a94
commit
970d4c7198
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
<Path Width="13" Height="13" Data="{StaticResource Icons.Terminal}"/>
|
||||
</Button>
|
||||
|
||||
<Button Classes="icon_button" Width="32" Command="{Binding OpenInBrowser}" ToolTip.Tip="{DynamicResource Text.RemoteCM.OpenInBrowser}" IsVisible="{Binding HasRemotes}">
|
||||
<Button Classes="icon_button" Width="32" Command="{Binding OpenInBrowser}" IsVisible="{Binding HasRemotes}" ToolTip.Tip="{DynamicResource Text.RemoteCM.OpenInBrowser}">
|
||||
<Path Width="13" Height="13" Data="{StaticResource Icons.Browser}"/>
|
||||
</Button>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue