mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[Settings]Adjust Action Keyword info bar padding on PowerToys Run plugins (#33693)
## Summary of the Pull Request There is a layout bug that cause the info bar to overlap the space between the settings cards. ### Before the fix  ### After the fix 
This commit is contained in:
@@ -629,7 +629,7 @@
|
|||||||
<TextBox MinWidth="{StaticResource SettingActionControlMinWidth}" Text="{x:Bind ActionKeyword, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
|
<TextBox MinWidth="{StaticResource SettingActionControlMinWidth}" Text="{x:Bind ActionKeyword, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
|
||||||
</tkcontrols:SettingsCard>
|
</tkcontrols:SettingsCard>
|
||||||
<tkcontrols:SettingsCard
|
<tkcontrols:SettingsCard
|
||||||
Padding="0,-4,0,0"
|
Padding="0,0,0,0"
|
||||||
HorizontalContentAlignment="Left"
|
HorizontalContentAlignment="Left"
|
||||||
Background="{ThemeResource SystemFillColorCriticalBackgroundBrush}"
|
Background="{ThemeResource SystemFillColorCriticalBackgroundBrush}"
|
||||||
ContentAlignment="Vertical"
|
ContentAlignment="Vertical"
|
||||||
|
|||||||
Reference in New Issue
Block a user