Fixed width for controls so they are nicely aligned

This commit is contained in:
Niels Laute
2020-05-29 14:37:09 +02:00
committed by Enrico Giordani
parent ae4cb6e372
commit cee8253cd3
5 changed files with 17 additions and 14 deletions

View File

@@ -83,6 +83,7 @@
Margin="{StaticResource SmallTopMargin}"
Value="{Binding Mode=TwoWay, Path=MaxDispListNum}"
Minimum="0"
Width="320"
Maximum="20"
IsEnabled="{ Binding Mode=TwoWay, Path=GlobalAndMruEnabled}"
/>