Fix sys plugin setting panel style issue.

This commit is contained in:
qianlifeng
2014-08-10 18:27:36 +08:00
parent eee50eef46
commit 961bfcc481

View File

@@ -5,11 +5,11 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d" mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300"> d:DesignHeight="300" d:DesignWidth="300">
<Grid> <Grid Margin="10">
<ListView x:Name="lbxCommands" Grid.Row="0"> <ListView x:Name="lbxCommands" Grid.Row="0">
<ListView.View> <ListView.View>
<GridView> <GridView>
<GridViewColumn Header="Title" Width="Auto"> <GridViewColumn Header="Command" Width="150">
<GridViewColumn.CellTemplate> <GridViewColumn.CellTemplate>
<DataTemplate> <DataTemplate>
<TextBlock Text="{Binding Title}"/> <TextBlock Text="{Binding Title}"/>