src/FingersDance.Views/TimelineAnnotationView.xaml
changeset 70 4a2f4b9e971a
parent 55 1ec0ef228158
child 71 31900a35e162
--- a/src/FingersDance.Views/TimelineAnnotationView.xaml	Wed Sep 16 15:36:08 2009 +0200
+++ b/src/FingersDance.Views/TimelineAnnotationView.xaml	Wed Sep 16 17:46:19 2009 +0200
@@ -8,9 +8,8 @@
 	x:Class="FingersDance.Views.TimelineAnnotationView"
 	x:Name="UserControl"
 	d:DesignWidth="640" d:DesignHeight="480">
-
-    <Grid x:Name="LayoutRoot" >
-        <Rectangle Fill="Green"  HorizontalAlignment="Left" VerticalAlignment="Top" Width="4" Height="20"/>
-        <TextBox Text="{Binding Path=GestureType}" Width="50" Margin="5,0,0,0"/>
+    <Grid x:Name="LayoutRoot" Margin="0,0,0,0">
+        <Rectangle Fill="Green" HorizontalAlignment="Left" VerticalAlignment="Top" Width="4" Height="20"/>
+        <TextBox Text="{Binding Path=GestureType}" Width="100" Margin="5,0,0,0"/>
     </Grid>
 </UserControl>
\ No newline at end of file