Skip to content

Commit b779557

Browse files
onesoundstaooceros
authored andcommitted
Fix Border
1 parent 15756f7 commit b779557

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -681,10 +681,7 @@
681681
</StackPanel>
682682
</Border>
683683

684-
<Border
685-
Margin="0,30,0,0"
686-
BorderThickness="0"
687-
Style="{DynamicResource SettingGroupBox}">
684+
<Border Margin="0,30,0,0" Style="{DynamicResource SettingGroupBox}">
688685
<ItemsControl Style="{StaticResource SettingGrid}">
689686
<StackPanel Style="{StaticResource TextPanel}">
690687
<TextBlock

0 commit comments

Comments
 (0)