mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix Border
This commit is contained in:
parent
15756f7c4b
commit
b7795575e9
1 changed files with 1 additions and 4 deletions
|
|
@ -681,10 +681,7 @@
|
|||
</StackPanel>
|
||||
</Border>
|
||||
|
||||
<Border
|
||||
Margin="0,30,0,0"
|
||||
BorderThickness="0"
|
||||
Style="{DynamicResource SettingGroupBox}">
|
||||
<Border Margin="0,30,0,0" Style="{DynamicResource SettingGroupBox}">
|
||||
<ItemsControl Style="{StaticResource SettingGrid}">
|
||||
<StackPanel Style="{StaticResource TextPanel}">
|
||||
<TextBlock
|
||||
|
|
|
|||
Loading…
Reference in a new issue