|
@@ -20,15 +20,14 @@
|
|
|
<RowDefinition Height="10"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<Grid AllowDrop="True" DragEnter="Grid_DragEnter" Drop="Grid_Drop_Top" DragLeave="Grid_DragLeave" Grid.Row="0" Grid.ColumnSpan="3" Background="Transparent"/>
|
|
|
- <Grid Grid.Row="0" Grid.RowSpan="3" Margin="5 0 5 0">
|
|
|
+ <Grid Grid.Row="0" Grid.RowSpan="3">
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="30"/>
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
- <ColumnDefinition Width="20"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<CheckBox Style="{StaticResource ImageCheckBox}" VerticalAlignment="Center"
|
|
|
IsThreeState="False" HorizontalAlignment="Center"
|
|
|
- IsChecked="{Binding Path=IsVisibleUndoTriggerable, Mode=TwoWay, ElementName=groupControl}" Grid.Column="0" Height="16" Margin="-10,0,0,0"/>
|
|
|
+ IsChecked="{Binding Path=IsVisibleUndoTriggerable, Mode=TwoWay, ElementName=groupControl}" Grid.Column="0" Height="16"/>
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" Grid.Column="1" HorizontalAlignment="Left">
|
|
|
<Rectangle Width="{Binding Path=(helpers:TreeViewItemHelper.Indent).Value, Mode=OneWay, RelativeSource={RelativeSource AncestorType=ItemsPresenter}}" Fill="Transparent" StrokeThickness="0"/>
|