File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed 
RetailCoder.VBE/UI/Settings Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 6969    <Grid >
7070        <ScrollViewer >
7171            <Grid >
72-                 <Grid .RowDefinitions>
73-                     <RowDefinition  Height =" Auto" 
74-                     <RowDefinition  Height =" Auto" 
75-                     <RowDefinition  Height =" *" 
76-                 </Grid .RowDefinitions>
77- 
7872                <StackPanel  Grid.Row=" 0" Margin =" 5,5,5,0" 
7973                    <Label  DockPanel.Dock=" Top" 
8074                   Background =" DarkGray" 
134128                          IsChecked =" {Binding DetailedLoggingEnabled, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" 
135129                          HorizontalAlignment =" Left" 
136130                    </StackPanel >
137-                 </StackPanel >
138131
139-                 <Label  Grid.Row= " 1 "   Content =" {Resx ResxName=Rubberduck.UI.RubberduckUI, Key=GeneralSettings_HotkeysLabel}" FontWeight =" SemiBold" 
132+                 <Label  Content =" {Resx ResxName=Rubberduck.UI.RubberduckUI, Key=GeneralSettings_HotkeysLabel}" FontWeight =" SemiBold" 
140133
141-                 <DataGrid  Grid.Row= " 2 "   ItemsSource =" {Binding Hotkeys}" 
134+                 <DataGrid  ItemsSource =" {Binding Hotkeys}" 
142135                      HorizontalAlignment =" Stretch" 
143136                      AutoGenerateColumns =" False" 
144137                      CanUserDeleteRows =" False" 
154147                      HorizontalScrollBarVisibility =" Hidden" 
155148                      ItemContainerStyle =" {StaticResource PrettifyRow}" 
156149                      ColumnHeaderHeight =" 22" 
150+                       Height =" 100" 
157151                      BorderThickness =" 0" 
158152                    <DataGrid .CellStyle>
159153                        <Style  TargetType =" {x:Type DataGridCell}" 
206200                            </DataGridTemplateColumn .CellTemplate>
207201                        </DataGridTemplateColumn >
208202                    </DataGrid .Columns>
209-                 </DataGrid >
203+                     </DataGrid >
204+                 </StackPanel >
210205            </Grid >
211206        </ScrollViewer >
212207    </Grid >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments