Skip to content

Commit 0995e6e

Browse files
committed
style: margins for ImageDiff
1 parent 582a283 commit 0995e6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SourceGit/Views/DiffView.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111

112112
<!-- Image Diff -->
113113
<DataTemplate DataType="m:ImageDiff">
114-
<Grid Margin="8,8,8,8" RowDefinitions="Auto,*,Auto" HorizontalAlignment="Center">
114+
<Grid Margin="8,8,8,0" RowDefinitions="Auto,*,Auto" HorizontalAlignment="Center">
115115
<Grid Grid.Row="0" Margin="0,0,0,8" ColumnDefinitions="Auto,Auto,*,Auto,Auto">
116116
<Border Grid.Column="0" Height="16" Background="{DynamicResource Brush.Badge}" CornerRadius="8" VerticalAlignment="Center">
117117
<TextBlock Classes="monospace" Text="{DynamicResource Text.Diff.Binary.Old}" Margin="8,0" FontSize="10"/>
@@ -138,7 +138,7 @@
138138
VerticalAlignment="Top"
139139
TickPlacement="BottomRight"
140140
TickFrequency="0.1"
141-
Margin="0,8,0,0"
141+
Margin="0,4,0,0"
142142
Foreground="{DynamicResource Brush.Border1}"
143143
Value="0.5">
144144
<Slider.Resources>

0 commit comments

Comments
 (0)