Disabling subcollections for now (postponing until next release).

This commit is contained in:
emb 2015-01-13 12:30:26 -06:00
parent d83923db7a
commit ef6de75ce4

View File

@ -125,6 +125,7 @@
<Button Grid.Row="6" Grid.Column="2" Content="Browse" Command="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}}, Path=Data.BrowseFolderCommand}" CommandParameter="Snap" /> <Button Grid.Row="6" Grid.Column="2" Content="Browse" Command="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}}, Path=Data.BrowseFolderCommand}" CommandParameter="Snap" />
</Grid> </Grid>
</GroupBox> </GroupBox>
<!--
<GroupBox Header="Submenus"> <GroupBox Header="Submenus">
<StackPanel Orientation="Vertical"> <StackPanel Orientation="Vertical">
<StackPanel Orientation="Horizontal"> <StackPanel Orientation="Horizontal">
@ -157,5 +158,6 @@
</StackPanel> </StackPanel>
</GroupBox> </GroupBox>
-->
</StackPanel> </StackPanel>
</UserControl> </UserControl>