3.1 changes
This commit is contained in:
@@ -39,8 +39,6 @@
|
||||
|
||||
<Grid Name="grdObject" Grid.Row="1" Grid.RowSpan="2" Visibility="Collapsed" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Background="White" Margin="0,0,0,0" />
|
||||
|
||||
<CheckBox Grid.Row="2" Name="chkSelectAll" HorizontalAlignment="Left" Margin="7,2,0,0" ToolTip="Select/Unselect all" IsEnabled="False" />
|
||||
|
||||
<StackPanel Grid.Row="2" Name="spSubMenu" Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,5,0,0" >
|
||||
<Button Name="btnView" Content="View" MinWidth="100" Margin="0,0,5,0" IsEnabled="False" ToolTip="Veiw the json data of an item" />
|
||||
<Button Name="btnCopy" Content="Copy" MinWidth="100" Margin="0,0,5,0" IsEnabled="False" ToolTip="Clone the selected item"/>
|
||||
|
||||
Reference in New Issue
Block a user