Skip to content

Commit 3b7b5b8

Browse files
authored
Merge pull request #5492 from BZngr/5447_EncapsulateFieldMinorFormat
EncapsulateField minor UI tweaks
2 parents 433de5a + 7e71ea1 commit 3b7b5b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rubberduck.Core/UI/Refactorings/EncapsulateField/EncapsulateFieldView.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
Text="{Binding Path=PropertyName, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
145145
TabIndex="1" Margin="10,5"
146146
VerticalAlignment="Center"
147+
VerticalContentAlignment="Center"
147148
Height="22" />
148149
<Image Grid.Row="1" Style="{StaticResource InvalidNameIconStyle}"
149150
Visibility="{Binding Path=SelectionHasValidEncapsulationAttributes, Converter={StaticResource BoolToHiddenVisibility}}" />

0 commit comments

Comments
 (0)