Skip to content

Commit

Permalink
little change
Browse files Browse the repository at this point in the history
  • Loading branch information
tensei committed Aug 8, 2016
1 parent 9831120 commit 1a495bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PogoLocationFeeder.GUI/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<Grid>
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition Height="25" />
<RowDefinition Height="30" />
</Grid.RowDefinitions>
<materialDesign:Transitioner SelectedIndex="{Binding TransitionerIndex}">
<views1:MainView />
Expand All @@ -41,8 +41,8 @@
</TextBlock>
<StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Right">
<Label>Want a validated feed? Consider Donating via </Label>
<Button Height="23" Command="{Binding PayPalCommand}">PayPal</Button>
<Button Height="23" Command="{Binding BitcoinCommand}" Margin="5,0,-2,0">Bitcoin</Button>
<Button Height="25" Command="{Binding PayPalCommand}" Padding="16, 2">PayPal</Button>
<Button Height="25" Command="{Binding BitcoinCommand}" Padding="16, 2" Margin="5,0">Bitcoin</Button>
</StackPanel>
</Grid>
</controls:MetroWindow>

0 comments on commit 1a495bf

Please sign in to comment.