Fix: Silverlight AttachmentUpload
Workaround for WebCam opacity bug
This commit is contained in:
@@ -87,8 +87,8 @@
|
||||
|
||||
<!-- Content Frame Style -->
|
||||
<Style x:Key="ContentFrameStyle" TargetType="navigation:Frame">
|
||||
<Setter Property="Background" Value="Transparent"/>
|
||||
<Setter Property="BorderBrush" Value="Transparent"/>
|
||||
<Setter Property="Background" Value="#FFFFFFFF"/>
|
||||
<Setter Property="BorderBrush" Value="#FFFFFFFF"/>
|
||||
<Setter Property="Padding" Value="58,15,58,15"/>
|
||||
<Setter Property="VerticalContentAlignment" Value="Stretch"/>
|
||||
<Setter Property="HorizontalContentAlignment" Value="Stretch"/>
|
||||
|
||||
Reference in New Issue
Block a user