Skip to content

Commit 8386855

Browse files
Revert padding and use fixed height
1 parent 339012c commit 8386855

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Files.App/Views/Settings/DevToolsPage.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
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}">
@@ -253,7 +254,6 @@
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">
@@ -268,7 +268,6 @@
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>

0 commit comments

Comments
 (0)