Skip to content

Commit 666305e

Browse files
committed
ux: file history layout
Signed-off-by: leo <[email protected]>
1 parent af7e68b commit 666305e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/FileHistories.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
IsVisible="{Binding IsLoading}"/>
265265
</Grid>
266266

267-
<Border Grid.Row="1" x:Name="NotifyDonePanel" Background="Transparent" IsVisible="False" PointerPressed="OnCloseNotifyPanel">
267+
<Border Grid.Row="3" x:Name="NotifyDonePanel" Background="Transparent" IsVisible="False" PointerPressed="OnCloseNotifyPanel">
268268
<Border HorizontalAlignment="Center" VerticalAlignment="Center" Effect="drop-shadow(0 0 12 #80000000)">
269269
<Border CornerRadius="8" Background="{DynamicResource Brush.Popup}" Padding="32">
270270
<Path Width="52" Height="52" Data="{StaticResource Icons.Check}" Fill="Green"/>

0 commit comments

Comments
 (0)