Skip to content

Commit 1fb3078

Browse files
committed
Add some margins around the window
1 parent 0100bed commit 1fb3078

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OpenFileInSolutionShared/ListFiles.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
</Style>
200200
</Window.Resources>
201201

202-
<Grid>
202+
<Grid Margin="5">
203203
<Grid.RowDefinitions>
204204
<RowDefinition Height="*"/>
205205
<RowDefinition Height="Auto"/>
@@ -240,7 +240,7 @@
240240
</Grid>
241241
<Grid Grid.Row="1" Name="grdSettings" Visibility="Collapsed">
242242
<CheckBox IsChecked="{Binding bSearchFullPath, Mode=TwoWay}" Checked="chkSearchFullPath_Checked" Unchecked="chkSearchFullPath_Checked"
243-
Content="Search full path" HorizontalAlignment="Left"/>
243+
Content="Search full path" HorizontalAlignment="Left" Margin="3"/>
244244
</Grid>
245245
</Grid>
246246
</Window>

0 commit comments

Comments
 (0)