File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 </Menu >
4141 <Grid >
4242 <Grid .RowDefinitions>
43- <RowDefinition Height =" 40 " />
43+ <RowDefinition Height =" 50 " />
4444 <RowDefinition Height =" *" />
4545 </Grid .RowDefinitions>
4646 <Grid .ColumnDefinitions>
4747 <ColumnDefinition Width =" 225" />
4848 <ColumnDefinition Width =" *" />
4949 </Grid .ColumnDefinitions>
5050
51- <StackPanel Grid.Row=" 0" Grid.Column=" 0" Grid.ColumnSpan=" 2" Margin =" 0,8" >
52- <TextBox Text =" {Binding CurrentPath, Mode=OneWay}" />
53- </StackPanel >
51+ <Grid
52+ Grid.Row=" 0"
53+ Grid.Column=" 0"
54+ Grid.ColumnSpan=" 2"
55+ Margin =" 8" >
56+ <Grid .ColumnDefinitions>
57+ <ColumnDefinition Width =" 75" />
58+ <ColumnDefinition Width =" *" />
59+ <ColumnDefinition Width =" 75" />
60+ </Grid .ColumnDefinitions>
61+ <Label Grid.Column=" 0" HorizontalAlignment =" Left" VerticalContentAlignment =" Center" Content =" Clip path:" ></Label >
62+ <TextBox Grid.Column=" 1" Text =" {Binding CurrentPath, Mode=OneWay}" />
63+ <Button Grid.Column=" 2" HorizontalAlignment =" Right" Command =" {Binding OpenFolderPicker}" Content =" Browse" />
64+ </Grid >
5465
5566 <ListBox
5667 Grid.Row=" 1"
You can’t perform that action at this time.
0 commit comments