better layout alignment for image resizer (#2611)

Co-authored-by: Davide Giacometti <davide.giacometti@softwareuno.it>
This commit is contained in:
Davide Giacometti
2020-05-05 13:15:47 +02:00
committed by GitHub
parent 41935aa9aa
commit 283bfde3d9
3 changed files with 5 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
<Setter.Value>
<ControlTemplate TargetType="ListBoxItem">
<RadioButton Margin="0,7,0,0"
VerticalContentAlignment="Center"
Focusable="False"
IsChecked="{Binding IsSelected,RelativeSource={RelativeSource TemplatedParent}}">
<ContentPresenter/>