Skip to content

Commit

Permalink
feat: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
furesoft committed Oct 14, 2024
1 parent bd2116a commit 2a63942
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
x:Class="MimaSim.Controls.MimaComponents.Wrappers.DisplayWrapper">
<Canvas Height="320" Width="600">
<TextBlock Text="Display" TextAlignment="Center" VerticalAlignment="Center" Canvas.Top="75" Canvas.Left="500" />

<mimaComponents:BusControl Canvas.Top="0" Canvas.Left="385" Width="15" Height="40" State="None" core:BusRegistry.Id="base_to_display" />
<mimaComponents:BusControl Canvas.Top="40" Canvas.Left="385" Width="15" Height="40" State="None" core:BusRegistry.Id="display_to_dc" />
<mimaComponents:DisplayControl Canvas.Left="0" Canvas.Top="100" />

<mimaComponents:BusControl Canvas.Top="40" Canvas.Left="335" Width="49" Height="15" State="None" core:BusRegistry.Id="display_to_dx" />
<mimaComponents:BusControl Canvas.Top="40" Canvas.Left="335" Width="15" Height="40" State="None" core:BusRegistry.Id="dx" />
Expand All @@ -21,5 +22,7 @@
<mimaComponents:BusControl Canvas.Top="40" Canvas.Left="400" Width="49" Height="15" State="None" core:BusRegistry.Id="display_to_dc" />
<mimaComponents:BusControl Canvas.Top="40" Canvas.Left="435" Width="15" Height="40" State="None" core:BusRegistry.Id="dc" />
<mimaComponents:RegisterControl Register="DC" Canvas.Left="425" Canvas.Top="75" me:RegisterConnector.IsConnected="True" />

<mimaComponents:DisplayControl Canvas.Left="0" Canvas.Top="100" />
</Canvas>
</UserControl>

0 comments on commit 2a63942

Please sign in to comment.