1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Fix editor margin

This commit is contained in:
Robert 2023-05-06 14:36:17 +02:00
parent 2e88b438f0
commit c793c0ba35

View File

@ -47,8 +47,8 @@
<Setter Property="Width" Value="18" />
<Setter Property="Height" Value="18" />
</Style>
<Style Selector="Window:windows Grid.editor-grid">
<Setter Property="Margin" Value="0 0 4 4" />
<Style Selector="Grid.editor-grid">
<Setter Property="Margin" Value="0 0 6 6" />
</Style>
</UserControl.Styles>
<Grid Classes="editor-grid">