diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.BrushPicker')
| -rw-r--r-- | Software/Visual_Studio/Tango.BrushPicker/Themes/Generic.xaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Tango.BrushPicker/Themes/Generic.xaml b/Software/Visual_Studio/Tango.BrushPicker/Themes/Generic.xaml index b496be57b..79de31f10 100644 --- a/Software/Visual_Studio/Tango.BrushPicker/Themes/Generic.xaml +++ b/Software/Visual_Studio/Tango.BrushPicker/Themes/Generic.xaml @@ -583,8 +583,9 @@ </ToggleButton>--> - <StackPanel Margin="0,5,0,0" - Visibility="{Binding ElementName=PART_AdditionalPropertyOpen, Path=IsChecked, Converter={StaticResource BoolToVis}}"> + <!--<StackPanel Margin="0,5,0,0" + Visibility="{Binding ElementName=PART_AdditionalPropertyOpen, Path=IsChecked, Converter={StaticResource BoolToVis}}">--> + <StackPanel Margin="0,5,0,0" > <!-- Solid brush --> <!--<DockPanel Margin="0,2"> |
