mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
Settings: Add ScrollViewer to Command Palette page in PowerToys Settings (#43649)
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
AutomationProperties.LandmarkType="Main"
|
AutomationProperties.LandmarkType="Main"
|
||||||
mc:Ignorable="d">
|
mc:Ignorable="d">
|
||||||
<Grid>
|
<Grid>
|
||||||
|
<ScrollViewer AutomationProperties.AutomationId="PageScrollViewer">
|
||||||
<Grid
|
<Grid
|
||||||
MaxWidth="1000"
|
MaxWidth="1000"
|
||||||
Padding="16,0,16,0"
|
Padding="16,0,16,0"
|
||||||
@@ -205,5 +206,6 @@
|
|||||||
IsEnabled="{x:Bind ViewModel.IsEnabled, Mode=OneWay}" />
|
IsEnabled="{x:Bind ViewModel.IsEnabled, Mode=OneWay}" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
</ScrollViewer>
|
||||||
</Grid>
|
</Grid>
|
||||||
</local:NavigablePage>
|
</local:NavigablePage>
|
||||||
|
|||||||
Reference in New Issue
Block a user