mirror of
https://github.com/Artemis-RGB/Artemis
synced 2026-01-02 10:43:31 +00:00
Device debugger - Forgot to save ^^
This commit is contained in:
parent
d648cb84f1
commit
14d639e6e3
@ -45,10 +45,8 @@
|
|||||||
</StackPanel>
|
</StackPanel>
|
||||||
</materialDesign:PopupBox>
|
</materialDesign:PopupBox>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
</mde:AppBar>
|
</mde:AppBar>
|
||||||
|
|
||||||
<ScrollViewer>
|
|
||||||
<Grid Margin="10, 10, 10, 10">
|
<Grid Margin="10, 10, 10, 10">
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="Auto" />
|
<RowDefinition Height="Auto" />
|
||||||
@ -64,8 +62,8 @@
|
|||||||
<controls:DeviceVisualizer Grid.Row="1" Device="{Binding Device}" HighlightedLeds="{Binding SelectedLeds}" HorizontalAlignment="Center"
|
<controls:DeviceVisualizer Grid.Row="1" Device="{Binding Device}" HighlightedLeds="{Binding SelectedLeds}" HorizontalAlignment="Center"
|
||||||
Height="320" Width="800" ShowColors="True" />
|
Height="320" Width="800" ShowColors="True" />
|
||||||
|
|
||||||
|
<Expander Grid.Row="2" Width="800" VerticalAlignment="Center" Header="Device properties">
|
||||||
<StackPanel Grid.Row="2" Width="800" VerticalAlignment="Center" Orientation="Horizontal">
|
<StackPanel Orientation="Horizontal">
|
||||||
<materialDesign:Card materialDesign:ShadowAssist.ShadowDepth="Depth1" Margin="0,0,5,0" Width="395">
|
<materialDesign:Card materialDesign:ShadowAssist.ShadowDepth="Depth1" Margin="0,0,5,0" Width="395">
|
||||||
<StackPanel Margin="15" HorizontalAlignment="Stretch">
|
<StackPanel Margin="15" HorizontalAlignment="Stretch">
|
||||||
<Grid>
|
<Grid>
|
||||||
@ -233,7 +231,7 @@
|
|||||||
</StackPanel>
|
</StackPanel>
|
||||||
</materialDesign:Card>
|
</materialDesign:Card>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
</Expander>
|
||||||
|
|
||||||
<DataGrid Grid.Row="3"
|
<DataGrid Grid.Row="3"
|
||||||
Margin="0 8 0 0"
|
Margin="0 8 0 0"
|
||||||
@ -257,7 +255,5 @@
|
|||||||
</DataGrid.Columns>
|
</DataGrid.Columns>
|
||||||
</DataGrid>
|
</DataGrid>
|
||||||
</Grid>
|
</Grid>
|
||||||
</ScrollViewer>
|
|
||||||
|
|
||||||
</DockPanel>
|
</DockPanel>
|
||||||
</mde:MaterialWindow>
|
</mde:MaterialWindow>
|
||||||
Loading…
x
Reference in New Issue
Block a user