Skip to content

Commit 8ddbf81

Browse files
committed
Left alignment fix
1 parent 24bc5c5 commit 8ddbf81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

labs/SettingsControls/src/SettingsCard/SettingsCard.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
1+
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
22
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:labs="using:CommunityToolkit.Labs.WinUI"
@@ -305,8 +305,8 @@
305305
<Setter Target="PART_HeaderIconPresenterHolder.Visibility" Value="Collapsed" />
306306
<Setter Target="PART_DescriptionPresenter.Visibility" Value="Collapsed" />
307307
<Setter Target="PART_HeaderPresenter.Visibility" Value="Collapsed" />
308-
<Setter Target="PART_ContentPresenter.(Grid.Column)" Value="0" />
309-
<Setter Target="PART_ActionIconPresenter.(Grid.Row)" Value="0" />
308+
<Setter Target="PART_ContentPresenter.(Grid.Row)" Value="1" />
309+
<Setter Target="PART_ContentPresenter.(Grid.Column)" Value="1" />
310310
<Setter Target="PART_ContentPresenter.HorizontalAlignment" Value="Left" />
311311
</VisualState.Setters>
312312
</VisualState>

0 commit comments

Comments
 (0)