client/src/Iri.Modernisation.Controls/View/ClickMenu/icons/ClickMenuIcon_TextAnnotation.xaml
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
<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
x:Class="Iri.Modernisation.Controls.View.ClickMenuIcon_TextAnnotation">
<Grid x:Name="LayoutRoot" Background="#FFFF2A2A">
<Rectangle Fill="White" Stroke="Black"/>
</Grid>
</UserControl>