Skip to content

Commit

Permalink
change text
Browse files Browse the repository at this point in the history
  • Loading branch information
burdoto committed Jun 27, 2021
1 parent ecf19ee commit 90efd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DirLinkerWPF/DirLinker.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<TextBlock Grid.Row="0" Grid.Column="2" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">Target Directory</TextBlock>
<TextBox Grid.Row="1" Grid.Column="2" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Name="TargetDirInput" />
<Button Grid.Row="0" Grid.Column="3" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Click="Button_OpenConfig">Config</Button>
<Button Grid.Row="1" Grid.Column="3" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Click="Button_AddLink">Add</Button>
<Button Grid.Row="1" Grid.Column="3" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Click="Button_AddLink">Submit</Button>

<ScrollViewer Grid.Row="2" Grid.Column="0" Grid.ColumnSpan="4" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
<StackPanel Name="LinkList" Orientation="Vertical" />
Expand Down

0 comments on commit 90efd42

Please sign in to comment.