File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
RetailCoder.VBE/UI/SourceControl Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- <UserControl x : Class =" Rubberduck.UI.SourceControl.SettingsView"
1
+ <TabItem x : Class =" Rubberduck.UI.SourceControl.SettingsView"
2
2
xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
3
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
4
4
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
5
5
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6
6
xmlns : sourceControl =" clr-namespace:Rubberduck.UI.SourceControl"
7
7
mc : Ignorable =" d"
8
+ Header =" {Resx ResxName=Rubberduck.UI.RubberduckUI, Key=SourceControl_Settings}"
8
9
d : DesignHeight =" 300" d : DesignWidth =" 300"
9
10
d : DataContext =" {d:DesignInstance {x:Type sourceControl:SettingsViewViewModel}, IsDesignTimeCreatable=False}" >
10
- <!--
11
- Header="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=SourceControl_Settings}"
12
- -->
13
11
<Grid >
14
12
<ScrollViewer VerticalScrollBarVisibility =" Auto" >
15
13
<StackPanel Margin =" 5"
111
109
</StackPanel >
112
110
</ScrollViewer >
113
111
</Grid >
114
- </UserControl >
112
+ </TabItem >
You can’t perform that action at this time.
0 commit comments