Skip to content

Commit 339012c

Browse files
Browse button padding
1 parent 02fc15f commit 339012c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@
253253
<Setter Target="IDENameTextBox.(Grid.ColumnSpan)" Value="2" />
254254
<Setter Target="IDEPathGrid.Spacing" Value="8" />
255255
<Setter Target="IDEPathGrid.Orientation" Value="Horizontal" />
256+
<Setter Target="PickIDEExe.Padding" Value="12,7,12,7" />
256257
</VisualState.Setters>
257258
</VisualState>
258259
<VisualState x:Name="CompactState">
@@ -267,6 +268,7 @@
267268
<Setter Target="IDENameTextBox.(Grid.ColumnSpan)" Value="3" />
268269
<Setter Target="IDEPathGrid.Spacing" Value="12" />
269270
<Setter Target="IDEPathGrid.Orientation" Value="Vertical" />
271+
<Setter Target="PickIDEExe.Padding" Value="12,6,12,6" />
270272
</VisualState.Setters>
271273
</VisualState>
272274
</VisualStateGroup>

0 commit comments

Comments
 (0)