We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab643a commit 1d39596Copy full SHA for 1d39596
1 file changed
QuotaBarWindows/Views/PopupWindow.xaml
@@ -110,9 +110,9 @@
110
<Button Grid.Column="0" Click="AddAccount_Click"
111
Style="{StaticResource SecondaryButtonStyle}"
112
HorizontalAlignment="Left">
113
- <StackPanel Orientation="Horizontal" Spacing="6">
+ <StackPanel Orientation="Horizontal">
114
<TextBlock Text="+" Foreground="White" FontSize="16" FontWeight="Light"
115
- VerticalAlignment="Center"/>
+ VerticalAlignment="Center" Margin="0,0,6,0"/>
116
<TextBlock Text="Add Account" Foreground="White" FontSize="13"
117
VerticalAlignment="Center"/>
118
</StackPanel>
0 commit comments