File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change 123
123
Orientation =" Horizontal" >
124
124
<Grid Width =" 545" >
125
125
<Grid .ColumnDefinitions>
126
- <ColumnDefinition Width =" 180 " />
126
+ <ColumnDefinition Width =" Auto " />
127
127
<ColumnDefinition />
128
128
</Grid .ColumnDefinitions>
129
129
<Grid .RowDefinitions>
135
135
<TextBlock
136
136
Grid.Row=" 0"
137
137
Grid.Column=" 0"
138
- Margin =" 14,5,0 ,0"
138
+ Margin =" 14,5,20 ,0"
139
139
HorizontalAlignment =" Left"
140
140
VerticalAlignment =" Center"
141
141
FontSize =" 14"
153
153
<TextBlock
154
154
Grid.Row=" 1"
155
155
Grid.Column=" 0"
156
- Margin =" 14,10,0 ,0"
156
+ Margin =" 14,10,20 ,0"
157
157
HorizontalAlignment =" Left"
158
158
VerticalAlignment =" Center"
159
159
FontSize =" 14"
160
160
Text =" {DynamicResource fileManager_path}" />
161
161
<DockPanel Grid.Row=" 1" Grid.Column=" 1" >
162
- <TextBox
163
- x : Name =" PathTextBox"
164
- Width =" 250"
165
- Margin =" 10,10,10,0"
166
- HorizontalAlignment =" Stretch"
167
- VerticalAlignment =" Center"
168
- IsEnabled =" {Binding Editable}"
169
- Text =" {Binding Path}" />
170
162
<Button
171
163
Name =" btnBrowseFile"
172
- Width =" 80"
173
164
Margin =" 0,10,15,0"
174
165
HorizontalAlignment =" Right"
175
166
VerticalAlignment =" Center"
186
177
</Style >
187
178
</Button .Style>
188
179
</Button >
180
+ <TextBox
181
+ x : Name =" PathTextBox"
182
+ Margin =" 10,10,10,0"
183
+ HorizontalAlignment =" Stretch"
184
+ VerticalAlignment =" Center"
185
+ IsEnabled =" {Binding Editable}"
186
+ Text =" {Binding Path}" />
189
187
</DockPanel >
190
188
<TextBlock
191
189
Grid.Row=" 2"
192
190
Grid.Column=" 0"
193
- Margin =" 14,10,0 ,0"
191
+ Margin =" 14,10,20 ,0"
194
192
HorizontalAlignment =" Left"
195
193
VerticalAlignment =" Center"
196
194
FontSize =" 14"
209
207
<TextBlock
210
208
Grid.Row=" 3"
211
209
Grid.Column=" 0"
212
- Margin =" 14,10,0 ,20"
210
+ Margin =" 14,10,20 ,20"
213
211
HorizontalAlignment =" Left"
214
212
VerticalAlignment =" Center"
215
213
FontSize =" 14"
You can’t perform that action at this time.
0 commit comments