We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0100bed commit 1fb3078Copy full SHA for 1fb3078
1 file changed
OpenFileInSolutionShared/ListFiles.xaml
@@ -199,7 +199,7 @@
199
</Style>
200
</Window.Resources>
201
202
- <Grid>
+ <Grid Margin="5">
203
<Grid.RowDefinitions>
204
<RowDefinition Height="*"/>
205
<RowDefinition Height="Auto"/>
@@ -240,7 +240,7 @@
240
</Grid>
241
<Grid Grid.Row="1" Name="grdSettings" Visibility="Collapsed">
242
<CheckBox IsChecked="{Binding bSearchFullPath, Mode=TwoWay}" Checked="chkSearchFullPath_Checked" Unchecked="chkSearchFullPath_Checked"
243
- Content="Search full path" HorizontalAlignment="Left"/>
+ Content="Search full path" HorizontalAlignment="Left" Margin="3"/>
244
245
246
</Window>
0 commit comments