Skip to content

Commit f8cef1d

Browse files
committed
Adjust noresult message position
1 parent 798fd90 commit f8cef1d

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
@@ -395,7 +395,7 @@
395395
<Setter Property="Template">
396396
<Setter.Value>
397397
<ControlTemplate>
398-
<Grid>
398+
<Grid Margin="20,0,0,0">
399399
<StackPanel>
400400
<TextBlock
401401
Margin="0,20,0,4"
@@ -420,7 +420,7 @@
420420
<Setter Property="Template">
421421
<Setter.Value>
422422
<ControlTemplate>
423-
<Grid>
423+
<Grid Margin="20,0,0,0">
424424
<StackPanel>
425425
<TextBlock
426426
Margin="0,20,0,4"

0 commit comments

Comments
 (0)