Browse Source

Some layout improvements

pull/15/head
Eusebiu Marcu 15 years ago
parent
commit
65c5160dde
  1. 27
      src/AddIns/Debugger/Debugger.AddIn/Pads/ParallelPad/DrawSurface.xaml
  2. 2
      src/AddIns/Debugger/Debugger.AddIn/Pads/ParallelPad/ThreadStack.xaml

27
src/AddIns/Debugger/Debugger.AddIn/Pads/ParallelPad/DrawSurface.xaml

@ -123,15 +123,22 @@ @@ -123,15 +123,22 @@
Click="Reset_Click"
Template="{StaticResource ButtonTemplate}" />
</Canvas>
<Canvas x:Name="drawingSurface" Grid.Column="1">
<local:ParallelStacksGraphLayout
x:Name="ParallelStacksLayout"
LayoutAlgorithmType = "Tree"
IsAnimationEnabled="False"
EdgeRoutingAlgorithmType="Automatic"
EdgeRoutingConstraint="Automatic"
OverlapRemovalConstraint="Automatic"
OverlapRemovalAlgorithmType = "FSA"/>
</Canvas>
<Grid
x:Name="drawingSurface"
Grid.Column="1">
<Grid
VerticalAlignment="Center"
HorizontalAlignment="Center">
<local:ParallelStacksGraphLayout
x:Name="ParallelStacksLayout"
ShowAllStates="False"
LayoutAlgorithmType="Tree"
IsAnimationEnabled="False"
EdgeRoutingAlgorithmType="Automatic"
EdgeRoutingConstraint="Automatic"
OverlapRemovalConstraint="Automatic"
OverlapRemovalAlgorithmType="FSA" />
</Grid>
</Grid>
</Grid>
</UserControl>

2
src/AddIns/Debugger/Debugger.AddIn/Pads/ParallelPad/ThreadStack.xaml

@ -33,6 +33,8 @@ @@ -33,6 +33,8 @@
<TextBlock
VerticalAlignment="Center"
x:Name="HeaderText"
FontFamily="Khmer UI"
FontSize="12"
Margin="2"
HorizontalAlignment="Center" />
</Border>

Loading…
Cancel
Save