Skip to content

Commit 910d481

Browse files
rozeleerikschlegel
authored andcommitted
Removes unnecessary BorderedContentControl from image view manager
Images are currently being handled using the Border and a BackgroundBrush. As such, we do not need to use the BorderedContentControl. Also cleans up some minor cosmetic things.
1 parent 44fde7e commit 910d481

23 files changed

+57721
-427
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,3 @@ node_modules
3737

3838
# OS X
3939
.DS_Store
40-
41-
#JS
42-
**/*/*.jsbundle
43-
*.swp

ReactWindows/Playground/Playground.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@
9696
<Content Include="Resources\main.jsbundle">
9797
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
9898
</Content>
99+
<Content Include="Resources\main.dev.jsbundle">
100+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
101+
</Content>
99102
</ItemGroup>
100103
<ItemGroup>
101104
<Compile Include="App.xaml.cs">

0 commit comments

Comments
 (0)