Skip to content

Commit

Permalink
Fixed cookies delete all button being hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaulino committed Mar 9, 2024
1 parent bd905a9 commit c20ba55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Nightingale/Dialogs/CookiesDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
CornerRadius="8"
mc:Ignorable="d">

<Grid Width="560" Height="600">
<Grid Width="560">
<Button
HorizontalAlignment="Right"
VerticalAlignment="Top"
Expand Down Expand Up @@ -87,7 +87,7 @@
<!-- cookies list -->
<ListView
Grid.Row="3"
Padding="0,12,0,0"
Padding="0,12"
ItemsSource="{x:Bind ViewModel.Cookies, Mode=OneWay}"
SelectionMode="None">
<ListView.ItemTemplate>
Expand Down

0 comments on commit c20ba55

Please sign in to comment.