mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
ux: tab item font size for image diff view
This commit is contained in:
parent
73e450c684
commit
d23740d9e8
1 changed files with 16 additions and 4 deletions
|
@ -16,7 +16,11 @@
|
|||
</Style>
|
||||
</TabControl.Styles>
|
||||
|
||||
<TabItem Header="SIDE-BY-SIDE">
|
||||
<TabItem>
|
||||
<TabItem.Header>
|
||||
<TextBlock Text="SIDE-BY-SIDE" FontSize="11"/>
|
||||
</TabItem.Header>
|
||||
|
||||
<Grid ColumnDefinitions="*,32,*" RowDefinitions="Auto,*" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="8,16">
|
||||
<StackPanel Grid.Row="0" Grid.Column="0" Orientation="Horizontal" HorizontalAlignment="Center">
|
||||
<Border Height="16" Background="{DynamicResource Brush.Badge}" CornerRadius="8" VerticalAlignment="Center">
|
||||
|
@ -60,7 +64,11 @@
|
|||
</Grid>
|
||||
</TabItem>
|
||||
|
||||
<TabItem Header="SWIPE">
|
||||
<TabItem>
|
||||
<TabItem.Header>
|
||||
<TextBlock Text="SWIPE" FontSize="11"/>
|
||||
</TabItem.Header>
|
||||
|
||||
<Grid RowDefinitions="Auto,*" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="8,16">
|
||||
<Grid Grid.Row="0" ColumnDefinitions="Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto" HorizontalAlignment="Center">
|
||||
<Border Grid.Column="0" Height="16" Background="{DynamicResource Brush.Badge}" CornerRadius="8" VerticalAlignment="Center">
|
||||
|
@ -94,7 +102,11 @@
|
|||
</Grid>
|
||||
</TabItem>
|
||||
|
||||
<TabItem Header="BLEND">
|
||||
<TabItem>
|
||||
<TabItem.Header>
|
||||
<TextBlock Text="BLEND" FontSize="11"/>
|
||||
</TabItem.Header>
|
||||
|
||||
<Grid RowDefinitions="Auto,*,Auto" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="8,16,8,0">
|
||||
<Grid Grid.Row="0" ColumnDefinitions="Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto" HorizontalAlignment="Center">
|
||||
<Border Grid.Column="0" Height="16" Background="{DynamicResource Brush.Badge}" CornerRadius="8" VerticalAlignment="Center">
|
||||
|
|
Loading…
Reference in a new issue