File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 523
523
Grid.Column=" 1"
524
524
Grid.ColumnSpan=" 3"
525
525
Grid.Row=" 2"
526
- HorizontalAlignment =" Center"
527
- VerticalAlignment =" Top"
528
526
Margin =" 6 -3 7 6"
529
527
Visibility =" Hidden" >
530
528
<Border x : Name =" PART_YearViewCopy" RenderTransformOrigin =" 0, 0.5"
542
540
<TranslateTransform X =" 0" />
543
541
</Grid .RenderTransform>
544
542
<Grid .ColumnDefinitions>
545
- <ColumnDefinition Width =" Auto " />
546
- <ColumnDefinition Width =" Auto " />
547
- <ColumnDefinition Width =" Auto " />
548
- <ColumnDefinition Width =" Auto " />
543
+ <ColumnDefinition Width =" * " />
544
+ <ColumnDefinition Width =" * " />
545
+ <ColumnDefinition Width =" * " />
546
+ <ColumnDefinition Width =" * " />
549
547
</Grid .ColumnDefinitions>
550
548
<Grid .RowDefinitions>
551
- <RowDefinition Height =" Auto " />
552
- <RowDefinition Height =" Auto " />
553
- <RowDefinition Height =" Auto " />
549
+ <RowDefinition Height =" * " />
550
+ <RowDefinition Height =" * " />
551
+ <RowDefinition Height =" * " />
554
552
</Grid .RowDefinitions>
555
553
</Grid >
556
554
</Grid >
You can’t perform that action at this time.
0 commit comments