|
@@ -61,7 +61,7 @@
|
|
|
<StackPanel
|
|
|
Name="StkpnlButtom"
|
|
|
Width="auto"
|
|
|
- MinWidth="50"
|
|
|
+ MinWidth="10"
|
|
|
HorizontalAlignment="Center"
|
|
|
Background="Transparent">
|
|
|
<TextBlock
|
|
@@ -357,7 +357,7 @@
|
|
|
<Setter Property="Template" Value="{StaticResource ListBoxItemControlTemplate}" />
|
|
|
<Setter Property="Margin" Value="0,10" />
|
|
|
<Setter Property="Visibility" Value="{Binding Visible}" />
|
|
|
- <Setter Property="IsSelected" Value="{Binding Selected, Mode=OneWayToSource,UpdateSourceTrigger=PropertyChanged}" />
|
|
|
+ <Setter Property="IsSelected" Value="{Binding Selected, Mode=OneWayToSource, UpdateSourceTrigger=PropertyChanged}" />
|
|
|
<Setter Property="HorizontalAlignment" Value="Center" />
|
|
|
<Setter Property="VerticalAlignment" Value="Center" />
|
|
|
<Setter Property="HorizontalContentAlignment" Value="Center" />
|