Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 34a60c9

Browse files
author
Eric Maupin
committed
[Win] Better align combinables
It's still 1px off, not sure why, but a lot closer than it was.
1 parent 49933b8 commit 34a60c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xamarin.PropertyEditing.Windows/Themes/Resources.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<ItemsControl Focusable="{TemplateBinding Focusable}" ItemsSource="{Binding Choices,Mode=OneTime}">
5353
<ItemsControl.ItemTemplate>
5454
<DataTemplate>
55-
<CheckBox Foreground="{DynamicResource ListItemForegroundBrush}" FocusVisualStyle="{StaticResource GenericVisualFocusStyle}" IsChecked="{Binding IsFlagged,Mode=TwoWay}" Margin="0,1,0,1" VerticalContentAlignment="Center" Content="{Binding Name,Mode=OneTime}" />
55+
<CheckBox Foreground="{DynamicResource ListItemForegroundBrush}" FocusVisualStyle="{StaticResource GenericVisualFocusStyle}" IsChecked="{Binding IsFlagged,Mode=TwoWay}" Margin="0,1,0,1" MinHeight="18" VerticalContentAlignment="Center" Content="{Binding Name,Mode=OneTime}" />
5656
</DataTemplate>
5757
</ItemsControl.ItemTemplate>
5858
</ItemsControl>

0 commit comments

Comments
 (0)