mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Automatic refactor by XamlStyler extension
This commit is contained in:
parent
0a6c534228
commit
8e740c8e3a
1 changed files with 2 additions and 1 deletions
|
|
@ -107,8 +107,9 @@
|
|||
|
||||
<Border
|
||||
Grid.Row="5"
|
||||
Grid.Column="0" Margin="0 10 0 0"
|
||||
Grid.Column="0"
|
||||
Grid.ColumnSpan="2"
|
||||
Margin="0 10 0 0"
|
||||
Background="{DynamicResource PopupButtonAreaBGColor}"
|
||||
BorderBrush="{DynamicResource PopupButtonAreaBorderColor}"
|
||||
BorderThickness="0 1 0 0">
|
||||
|
|
|
|||
Loading…
Reference in a new issue