|
72 | 72 | CommandParameter="{Binding SelectedItem, Mode=OneWay}"
|
73 | 73 | Visibility="{Binding VB6Visibility}">
|
74 | 74 | <MenuItem.Icon>
|
75 |
| - <Image Source="{StaticResource AddTestModuleImage}" /> |
| 75 | + <Image Height="16" Source="{StaticResource AddTestModuleImage}" /> |
76 | 76 | </MenuItem.Icon>
|
77 | 77 | </MenuItem>
|
78 | 78 | <MenuItem Header="{Resx ResxName=Rubberduck.Resources.CodeExplorer.CodeExplorerUI, Key=CodeExplorer_AddMDIFormText}"
|
79 | 79 | Command="{Binding AddMDIFormCommand}"
|
80 | 80 | CommandParameter="{Binding SelectedItem, Mode=OneWay}"
|
81 | 81 | Visibility="{Binding VB6Visibility}">
|
82 | 82 | <MenuItem.Icon>
|
83 |
| - <Image Source="{StaticResource AddMdiFormImage}" /> |
| 83 | + <Image Height="16" Source="{StaticResource AddMdiFormImage}" /> |
84 | 84 | </MenuItem.Icon>
|
85 | 85 | </MenuItem>
|
86 | 86 | <MenuItem Header="{Resx ResxName=Rubberduck.Resources.CodeExplorer.CodeExplorerUI, Key=CodeExplorer_AddFormText}"
|
87 | 87 | Command="{Binding AddUserFormCommand}"
|
88 | 88 | CommandParameter="{Binding SelectedItem, Mode=OneWay}"
|
89 | 89 | Visibility="{Binding VBAVisibility}">
|
90 | 90 | <MenuItem.Icon>
|
91 |
| - <Image Source="{StaticResource AddUserFormImage}" /> |
| 91 | + <Image Height="16" Source="{StaticResource AddUserFormImage}" /> |
92 | 92 | </MenuItem.Icon>
|
93 | 93 | </MenuItem>
|
94 | 94 | <MenuItem Header="{Resx ResxName=Rubberduck.Resources.CodeExplorer.CodeExplorerUI, Key=CodeExplorer_AddStdModuleText}"
|
95 | 95 | Command="{Binding AddStdModuleCommand}"
|
96 | 96 | CommandParameter="{Binding SelectedItem, Mode=OneWay}">
|
97 | 97 | <MenuItem.Icon>
|
98 |
| - <Image Source="{StaticResource AddStdModuleImage}" /> |
| 98 | + <Image Height="16" Source="{StaticResource AddStdModuleImage}" /> |
99 | 99 | </MenuItem.Icon>
|
100 | 100 | </MenuItem>
|
101 | 101 | <MenuItem Header="{Resx ResxName=Rubberduck.Resources.CodeExplorer.CodeExplorerUI, Key=CodeExplorer_AddClassModuleText}"
|
102 | 102 | Command="{Binding AddClassModuleCommand}"
|
103 | 103 | CommandParameter="{Binding SelectedItem, Mode=OneWay}">
|
104 | 104 | <MenuItem.Icon>
|
105 |
| - <Image Source="{StaticResource AddClassModuleImage}" /> |
| 105 | + <Image Height="16" Source="{StaticResource AddClassModuleImage}" /> |
106 | 106 | </MenuItem.Icon>
|
107 | 107 | </MenuItem>
|
108 | 108 | <MenuItem Header="{Resx ResxName=Rubberduck.Resources.CodeExplorer.CodeExplorerUI, Key=CodeExplorer_AddUserControlText}"
|
109 | 109 | Command="{Binding AddUserControlCommand}"
|
110 | 110 | CommandParameter="{Binding SelectedItem, Mode=OneWay}"
|
111 | 111 | Visibility="{Binding VB6Visibility}">
|
112 | 112 | <MenuItem.Icon>
|
113 |
| - <Image Source="{StaticResource AddUserControlImage}" /> |
| 113 | + <Image Height="16" Source="{StaticResource AddUserControlImage}" /> |
114 | 114 | </MenuItem.Icon>
|
115 | 115 | </MenuItem>
|
116 | 116 | <MenuItem Header="{Resx ResxName=Rubberduck.Resources.CodeExplorer.CodeExplorerUI, Key=CodeExplorer_AddPropertyPageText}"
|
117 | 117 | Command="{Binding AddPropertyPageCommand}"
|
118 | 118 | CommandParameter="{Binding SelectedItem, Mode=OneWay}"
|
119 | 119 | Visibility="{Binding VB6Visibility}">
|
120 | 120 | <MenuItem.Icon>
|
121 |
| - <Image Source="{StaticResource AddPropertyPageImage}" /> |
| 121 | + <Image Height="16" Source="{StaticResource AddPropertyPageImage}" /> |
122 | 122 | </MenuItem.Icon>
|
123 | 123 | </MenuItem>
|
124 | 124 | <MenuItem Header="{Resx ResxName=Rubberduck.Resources.CodeExplorer.CodeExplorerUI, Key=CodeExplorer_AddUserDocumentText}"
|
125 | 125 | Command="{Binding AddUserDocumentCommand}"
|
126 | 126 | CommandParameter="{Binding SelectedItem, Mode=OneWay}"
|
127 | 127 | Visibility="{Binding VB6Visibility}">
|
128 | 128 | <MenuItem.Icon>
|
129 |
| - <Image Source="{StaticResource AddUserDocumentImage}" /> |
| 129 | + <Image Height="16" Source="{StaticResource AddUserDocumentImage}" /> |
130 | 130 | </MenuItem.Icon>
|
131 | 131 | </MenuItem>
|
132 | 132 | <Separator />
|
133 | 133 | <MenuItem Header="{Resx ResxName=Rubberduck.Resources.CodeExplorer.CodeExplorerUI, Key=CodeExplorer_AddTestModuleText}"
|
134 | 134 | Command="{Binding AddTestModuleCommand}"
|
135 | 135 | CommandParameter="{Binding SelectedItem, Mode=OneWay}">
|
136 | 136 | <MenuItem.Icon>
|
137 |
| - <Image Source="{StaticResource AddTestModuleImage}" /> |
| 137 | + <Image Height="16" Source="{StaticResource AddTestModuleImage}" /> |
138 | 138 | </MenuItem.Icon>
|
139 | 139 | </MenuItem>
|
140 | 140 | <MenuItem Header="{Resx ResxName=Rubberduck.Resources.CodeExplorer.CodeExplorerUI, Key=CodeExplorer_AddTestModuleWithStubsText}"
|
141 | 141 | Command="{Binding AddTestModuleWithStubsCommand}"
|
142 | 142 | CommandParameter="{Binding SelectedItem, Mode=OneWay}">
|
143 | 143 | <MenuItem.Icon>
|
144 |
| - <Image Source="{StaticResource AddTestModuleImage}" /> |
| 144 | + <Image Height="16" Source="{StaticResource AddTestModuleImage}" /> |
145 | 145 | </MenuItem.Icon>
|
146 | 146 | </MenuItem>
|
147 | 147 | <Separator />
|
|
0 commit comments