File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/Files.App/Views/Settings Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 162162
163163 <SplitButton
164164 x:Name=" PickIDEExe"
165+ Height=" 32"
165166 VerticalAlignment=" Bottom"
166167 Command=" {x:Bind ViewModel.OpenFilePickerForIDECommand, Mode=OneWay}"
167168 Content=" {helpers:ResourceString Name=Browse}" >
253254 <Setter Target =" IDENameTextBox.(Grid.ColumnSpan)" Value =" 2" />
254255 <Setter Target =" IDEPathGrid.Spacing" Value =" 8" />
255256 <Setter Target =" IDEPathGrid.Orientation" Value =" Horizontal" />
256- <Setter Target =" PickIDEExe.Padding" Value =" 12,7,12,7" />
257257 </VisualState .Setters>
258258 </VisualState >
259259 <VisualState x : Name =" CompactState" >
268268 <Setter Target =" IDENameTextBox.(Grid.ColumnSpan)" Value =" 3" />
269269 <Setter Target =" IDEPathGrid.Spacing" Value =" 12" />
270270 <Setter Target =" IDEPathGrid.Orientation" Value =" Vertical" />
271- <Setter Target =" PickIDEExe.Padding" Value =" 12,6,12,6" />
272271 </VisualState .Setters>
273272 </VisualState >
274273 </VisualStateGroup >
You can’t perform that action at this time.
0 commit comments