Skip to content

Commit

Permalink
Change beak shape
Browse files Browse the repository at this point in the history
Add more ignore
  • Loading branch information
GrahamTheCoder committed Oct 5, 2012
1 parent 52cc8de commit e71d750
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@

*.pdb
_ReSharper.*/
_TeamCity.*/

*.suo
# Build results
[Dd]ebug/
[Rr]elease/
*.pdb
*.exe
*.dll
4 changes: 2 additions & 2 deletions BeakyApplication/WpfApplication1/Beaky.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

<Rectangle RadiusX="10" RadiusY="10" Stroke="#FF000000" Fill="White"/>

<Path Fill="#FFFFFFFF" Stretch="Fill" Stroke="#FF000000" HorizontalAlignment="Left" Margin="30,-1.6,0,0" Width="20" Grid.Row="1"
<Path Fill="#FFFFFFFF" Stretch="Fill" Stroke="#FF000000" HorizontalAlignment="Left" Margin="167,151.4,0,10" Width="31"

Data="M22.166642,154.45381 L29.999666,187.66699 40.791059,154.54395"/>
Data="M22.166642,154.45381 L29.999666,187.66699 40.791059,154.54395" Grid.RowSpan="2"/>

<TextBlock HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="14" Text="Hello World" TextWrapping="Wrap" FontWeight="Bold"/>

Expand Down
2 changes: 1 addition & 1 deletion BeakyApplication/WpfApplication1/VsWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Title="VsWindow" Height="300" Width="300"
>
<Grid x:Name="theGrid">
<t:Beaky x:Name="m_Beaky" IsOpen="True" Placement="Relative"
<t:Beaky x:Name="m_Beaky" IsOpen="True" Placement="Bottom" PlacementTarget="{Binding theGrid}"
HorizontalOffset="{Binding ElementName=theGrid, Path=Left, Mode=OneWay}"
VerticalOffset="{Binding ElementName=theGrid, Path=Top, Mode=OneWay}"
/>
Expand Down

0 comments on commit e71d750

Please sign in to comment.