This commit is contained in:
Bernat Borràs Civil 2025-04-13 17:01:37 +02:00
parent 2cac661676
commit 29a4babf4c
3 changed files with 111 additions and 1 deletions

View file

@ -34,6 +34,8 @@
<!-- Toolbar Buttons -->
<StackPanel Grid.Column="3" Margin="8,0,0,0" Orientation="Horizontal" VerticalAlignment="Center">
<v:LinesChanged Grid.Row="4" Grid.Column="1" AddedCount="{Binding AddedLines}" RemovedCount="{Binding RemovedLines}" />
<Button Classes="icon_button"
Width="28"
Click="OnGotoFirstChange"