1
0
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:
SpoinkyNL 2020-06-20 00:25:28 +02:00
parent d648cb84f1
commit 14d639e6e3

View File

@ -45,10 +45,8 @@
</StackPanel>
</materialDesign:PopupBox>
</StackPanel>
</mde:AppBar>
<ScrollViewer>
<Grid Margin="10, 10, 10, 10">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
@ -64,8 +62,8 @@
<controls:DeviceVisualizer Grid.Row="1" Device="{Binding Device}" HighlightedLeds="{Binding SelectedLeds}" HorizontalAlignment="Center"
Height="320" Width="800" ShowColors="True" />
<StackPanel Grid.Row="2" Width="800" VerticalAlignment="Center" Orientation="Horizontal">
<Expander Grid.Row="2" Width="800" VerticalAlignment="Center" Header="Device properties">
<StackPanel Orientation="Horizontal">
<materialDesign:Card materialDesign:ShadowAssist.ShadowDepth="Depth1" Margin="0,0,5,0" Width="395">
<StackPanel Margin="15" HorizontalAlignment="Stretch">
<Grid>
@ -233,7 +231,7 @@
</StackPanel>
</materialDesign:Card>
</StackPanel>
</Expander>
<DataGrid Grid.Row="3"
Margin="0 8 0 0"
@ -257,7 +255,5 @@
</DataGrid.Columns>
</DataGrid>
</Grid>
</ScrollViewer>
</DockPanel>
</mde:MaterialWindow>