Limit the width of the action bar (#17216)

This commit is contained in:
Vordenburg
2023-07-27 04:20:07 -04:00
committed by GitHub
parent 447eaeca5d
commit cf1f2d0e03

View File

@@ -11,6 +11,7 @@
<controls:ActionButtonContainer
HorizontalAlignment="Center"
VerticalAlignment="Center"
MaxSize="64 9999"
Name="ActionsContainer"
Access="Public"/>
<controls:ActionPageButtons Name="PageButtons" Access="Public"/>