Skip to content

Commit

Permalink
Test for #29 and #112
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Nov 19, 2015
1 parent fb81607 commit 59fbee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FluentTest/TestContent.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
<Fluent:BackstageTabItem.ContentTemplate>
<DataTemplate>
<Grid>
<TextBox Text="{Binding Mode=OneWay}" />
<TextBox Text="{Binding Mode=OneWay}"
Width="6000" />
</Grid>
</DataTemplate>
</Fluent:BackstageTabItem.ContentTemplate>
Expand Down

0 comments on commit 59fbee7

Please sign in to comment.