File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 822822 </Image >
823823 </StackPanel >
824824
825- <StackPanel Orientation =" Horizontal" Margin =" 0,-5,0,0" Grid.Row=" 1" >
825+ <StackPanel Orientation =" Horizontal" Margin =" 0,-5,0,0" Grid.Row=" 1"
826+ Visibility =" {Binding HideAutocompleteMethodOptions, Converter={StaticResource InverseBoolToVisibilityCollapsedConverter}}" >
826827 <!-- This Grid contains controls for selecting the Node autocomplete method -->
827828 <Grid Margin =" 60,0,0,0" >
828829 <Grid .RowDefinitions>
829830 <RowDefinition Height =" Auto" />
830831 <RowDefinition Height =" *" />
831832 <RowDefinition Height =" *" />
832833 </Grid .RowDefinitions>
833- <Label Grid.Row=" 0" Visibility = " {Binding HideAutocompleteMethodOptions, Converter={StaticResource InverseBoolToVisibilityCollapsedConverter}} "
834+ <Label Grid.Row=" 0"
834835 Margin =" -8,15,10,3"
835836 Content =" {x:Static p:Resources.PreferencesNodeAutocompleteMethod}"
836837 Foreground =" {StaticResource PreferencesWindowFontColor}" />
837- <Grid Grid.Row=" 1" Visibility = " {Binding HideAutocompleteMethodOptions, Converter={StaticResource InverseBoolToVisibilityCollapsedConverter}} " >
838+ <Grid Grid.Row=" 1" >
838839 <Grid .ColumnDefinitions>
839840 <ColumnDefinition x : Name =" colObjectType" Width =" Auto" />
840841 <ColumnDefinition x : Name =" colMachineLearning" Width =" Auto" />
You can’t perform that action at this time.
0 commit comments