Skip to content

Commit 1d39596

Browse files
committed
fix: adjust button layout in PopupWindow for better spacing
1 parent dab643a commit 1d39596

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

QuotaBarWindows/Views/PopupWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@
110110
<Button Grid.Column="0" Click="AddAccount_Click"
111111
Style="{StaticResource SecondaryButtonStyle}"
112112
HorizontalAlignment="Left">
113-
<StackPanel Orientation="Horizontal" Spacing="6">
113+
<StackPanel Orientation="Horizontal">
114114
<TextBlock Text="+" Foreground="White" FontSize="16" FontWeight="Light"
115-
VerticalAlignment="Center"/>
115+
VerticalAlignment="Center" Margin="0,0,6,0"/>
116116
<TextBlock Text="Add Account" Foreground="White" FontSize="13"
117117
VerticalAlignment="Center"/>
118118
</StackPanel>

0 commit comments

Comments
 (0)