mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
style: compatible with Linux
This commit is contained in:
parent
8c1fe66ee5
commit
0d1c61bcb5
2 changed files with 4 additions and 4 deletions
|
@ -41,10 +41,10 @@
|
||||||
<Path Grid.Column="1" Margin="8,0,0,0" Width="12" Height="12" Data="{StaticResource Icons.Blame}"/>
|
<Path Grid.Column="1" Margin="8,0,0,0" Width="12" Height="12" Data="{StaticResource Icons.Blame}"/>
|
||||||
|
|
||||||
<!-- Title (Hide on Linux) -->
|
<!-- Title (Hide on Linux) -->
|
||||||
<TextBlock Grid.Column="2" Margin="8,0" Text="{DynamicResource Text.Blame}" FontWeight="Bold" IsHitTestVisible="False" VerticalAlignment="Center" IsVisible="{OnPlatform True, Linux=False}"/>
|
<TextBlock Grid.Column="2" Margin="8,0,0,0" Text="{DynamicResource Text.Blame}" FontWeight="Bold" IsHitTestVisible="False" VerticalAlignment="Center" IsVisible="{OnPlatform True, Linux=False}"/>
|
||||||
|
|
||||||
<!-- Blame information -->
|
<!-- Blame information -->
|
||||||
<TextBlock Grid.Column="3" Text="{Binding Title}" FontSize="11" FontStyle="Italic" IsHitTestVisible="False" VerticalAlignment="Center"/>
|
<TextBlock Grid.Column="3" Margin="8,0,0,0" Text="{Binding Title}" FontSize="11" FontStyle="Italic" IsHitTestVisible="False" VerticalAlignment="Center"/>
|
||||||
|
|
||||||
<!-- Caption Buttons (Windows) -->
|
<!-- Caption Buttons (Windows) -->
|
||||||
<Border Grid.Column="4" IsVisible="{OnPlatform False, Windows=True}">
|
<Border Grid.Column="4" IsVisible="{OnPlatform False, Windows=True}">
|
||||||
|
|
|
@ -40,10 +40,10 @@
|
||||||
<Path Grid.Column="1" Margin="8,0,0,0" Width="12" Height="12" Stretch="Uniform" Data="{StaticResource Icons.Histories}"/>
|
<Path Grid.Column="1" Margin="8,0,0,0" Width="12" Height="12" Stretch="Uniform" Data="{StaticResource Icons.Histories}"/>
|
||||||
|
|
||||||
<!-- Title (Hide on Linux) -->
|
<!-- Title (Hide on Linux) -->
|
||||||
<TextBlock Grid.Column="2" Margin="4,0,8,0" Text="{DynamicResource Text.FileHistory}" FontWeight="Bold" IsHitTestVisible="False" VerticalAlignment="Center" IsVisible="{OnPlatform True, Linux=False}"/>
|
<TextBlock Grid.Column="2" Margin="4,0,0,0" Text="{DynamicResource Text.FileHistory}" FontWeight="Bold" IsHitTestVisible="False" VerticalAlignment="Center" IsVisible="{OnPlatform True, Linux=False}"/>
|
||||||
|
|
||||||
<!-- Target File -->
|
<!-- Target File -->
|
||||||
<TextBlock Grid.Column="3" Text="{Binding File}" FontSize="11" FontStyle="Italic" IsHitTestVisible="False" VerticalAlignment="Center"/>
|
<TextBlock Grid.Column="3" Margin="8,0,0,0" Text="{Binding File}" FontSize="11" FontStyle="Italic" IsHitTestVisible="False" VerticalAlignment="Center"/>
|
||||||
|
|
||||||
<!-- Caption Buttons (Windows) -->
|
<!-- Caption Buttons (Windows) -->
|
||||||
<Border Grid.Column="4" IsVisible="{OnPlatform False, Windows=true}">
|
<Border Grid.Column="4" IsVisible="{OnPlatform False, Windows=true}">
|
||||||
|
|
Loading…
Reference in a new issue