Subversion Repository Public Repository

Nextrek

Diff Revisions 690 vs 691 for /Android/SmartCharging/SmartCharging_WP/SmartCharging/App.xaml

Diff revisions: vs.
  @@ -812,6 +812,17 @@
812 812 </Setter>
813 813 </Style>
814 814
815 + <Style TargetType="FlyoutPresenter" x:Key="FlyoutPresenterStyleDefault">
816 + <Setter Property="ScrollViewer.ZoomMode" Value="Disabled"/>
817 + <Setter Property="Background" Value="Black"/>
818 + <Setter Property="BorderBrush" Value="Gray"/>
819 + <Setter Property="BorderThickness" Value="0"/>
820 + <Setter Property="MinHeight" Value="720"/>
821 + <Setter Property="MinWidth" Value="300"/>
822 + <Setter Property="VerticalAlignment" Value="Stretch"/>
823 + <Setter Property="HorizontalAlignment" Value="Stretch"/>
824 + </Style>
825 +
815 826
816 827 </ResourceDictionary>
817 828