Skip to content

Commit 611cbe5

Browse files
committed
Set default for vertical content alignment of checkbox to Center
Otherwise, the labels are shifted to the top on my system.
1 parent 7b92efd commit 611cbe5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Rubberduck.Core/UI/Styles/DefaultStyle.xaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@
146146
</Style.Triggers>
147147
</Style>
148148

149+
<Style TargetType="{x:Type CheckBox}">
150+
<Setter Property="VerticalContentAlignment" Value="Center" />
151+
</Style>
152+
149153
<BooleanToVisibilityConverter x:Key="BoolToVisibility"/>
150154
<converters:BoolToHiddenVisibilityConverter x:Key="BoolToHiddenVisibility" />
151155
<settingsConverters:SelectedItemToBooleanConverter x:Key="HasSelectedItems"/>

0 commit comments

Comments
 (0)