client/src/Iri.Modernisation.Styles/Templates_CommonTemplate.xaml
author totetm <>
Fri, 12 Feb 2010 12:24:46 +0100
changeset 45 de06fa7242ae
parent 0 249d70e7b32d
permissions -rw-r--r--
Fixed| agrandir la zonne d'affichage de la time line quand la taille des bloques d'annotations sont supèrieur a sa hauteur Fixed| faire fonctionner le bouton collapse des zonnes d'affichage des timeline

<ResourceDictionary
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
		<Style x:Key="CommonTextBlock" TargetType="TextBlock">
			<Setter Property="Foreground" Value="#FFF8F8F8"/>
		</Style>
		
</ResourceDictionary>