We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7e68b commit 666305eCopy full SHA for 666305e
src/Views/FileHistories.axaml
@@ -264,7 +264,7 @@
264
IsVisible="{Binding IsLoading}"/>
265
</Grid>
266
267
- <Border Grid.Row="1" x:Name="NotifyDonePanel" Background="Transparent" IsVisible="False" PointerPressed="OnCloseNotifyPanel">
+ <Border Grid.Row="3" x:Name="NotifyDonePanel" Background="Transparent" IsVisible="False" PointerPressed="OnCloseNotifyPanel">
268
<Border HorizontalAlignment="Center" VerticalAlignment="Center" Effect="drop-shadow(0 0 12 #80000000)">
269
<Border CornerRadius="8" Background="{DynamicResource Brush.Popup}" Padding="32">
270
<Path Width="52" Height="52" Data="{StaticResource Icons.Check}" Fill="Green"/>
0 commit comments