Skip to content

Commit 6498c6b

Browse files
committed
Merge dev for fix conflict
1 parent 09992fa commit 6498c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@
11141114
</TextBlock>
11151115
</ItemsControl>
11161116
</Border>
1117-
<Border Style="{DynamicResource SettingGroupBox}" Margin="0 12 0 18">
1117+
<Border Style="{DynamicResource SettingGroupBox}" Margin="0 12 0 0">
11181118
<ItemsControl Style="{StaticResource SettingGrid}">
11191119
<StackPanel Style="{StaticResource TextPanel}">
11201120
<TextBlock Text="{DynamicResource windowWidthSize}" Style="{DynamicResource SettingTitleLabel}"/>
@@ -1131,7 +1131,7 @@
11311131
</StackPanel>
11321132

11331133
<StackPanel Grid.Row="3">
1134-
<Border Style="{DynamicResource SettingGroupBox}" Margin="0 8 0 0" Padding="0"
1134+
<Border Style="{DynamicResource SettingGroupBox}" Margin="0 12 0 0" Padding="0"
11351135
HorizontalAlignment="Stretch">
11361136
<ListBox ItemsSource="{Binding Themes}" SelectedItem="{Binding SelectedTheme}"
11371137
ui:ScrollViewerHelper.AutoHideScrollBars="True"

0 commit comments

Comments
 (0)