mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Fix Inconsistent Margin on Gradient Button
This commit is contained in:
parent
15c7a62b5c
commit
702fd7a4e1
@ -114,7 +114,7 @@
|
||||
</StackPanel>
|
||||
</Button>
|
||||
<Button Style="{StaticResource MaterialDesignOutlinedButton}"
|
||||
Margin="0 0 8 0"
|
||||
Margin="0 4 8 8"
|
||||
Command="{s:Action FlipColorStops}"
|
||||
IsEnabled="{Binding HasMoreThanOneStop}"
|
||||
HorizontalAlignment="Left"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user