Revision e9eab066 trunk/Pithos.Client.WPF/LogConsole/LogConsoleView.xaml

b/trunk/Pithos.Client.WPF/LogConsole/LogConsoleView.xaml
14 14

  
15 15
        <Button x:Name="RefreshEvents" Grid.Row="0" Grid.Column="1" Content="Refresh" Margin="5"/>
16 16
        <ListBox x:Name="Events" Grid.Row="1" Grid.ColumnSpan="2" Margin="5">
17
            
17
            <ListBox.ItemTemplate>
18
                <DataTemplate>
19
                <TextBlock Text="{Binding RenderedMessage}"/>
20
                </DataTemplate>
21
            </ListBox.ItemTemplate>
18 22
        </ListBox>
19 23
    </Grid>
20 24
</Window>

Also available in: Unified diff