Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowofsilicon committed Jun 28, 2017
1 parent 83bfe42 commit 05253ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RetailCoder.VBE/UI/Refactorings/Rename/RenameView.xaml
Expand Up @@ -5,8 +5,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:converters="clr-namespace:Rubberduck.UI.Converters"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300"
FocusManager.FocusedElement="{Binding ElementName=InputTextBox}">
d:DesignHeight="300" d:DesignWidth="300">
<UserControl.Resources>
<converters:BoolToHiddenVisibilityConverter x:Key="BoolToHiddenVisibility" />
</UserControl.Resources>
Expand Down

0 comments on commit 05253ca

Please sign in to comment.