Skip to content

Commit 3c9cbe6

Browse files
authored
Adjust the corner radius of the icons pane & enhance grid transition in IconographyPage (#1901)
## Screenshots (if appropriate): **Before** ![image](https://github.com/user-attachments/assets/02f3a408-efa0-4bd0-8013-ef7a32d97c44) **After** ![image](https://github.com/user-attachments/assets/8ece055e-87f1-4cc6-bbe3-35b75ca7abbe) ![Enregistrement 2025-06-12 171025](https://github.com/user-attachments/assets/8ba3a43e-b816-46dd-a478-700bb3a4478e) ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change)
1 parent 2bac590 commit 3c9cbe6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WinUIGallery/Samples/ControlPages/Design/IconographyPage.xaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@
8989
</Page.Resources>
9090

9191
<Grid RowSpacing="8">
92+
<Grid.ChildrenTransitions>
93+
<RepositionThemeTransition/>
94+
</Grid.ChildrenTransitions>
9295
<Grid.RowDefinitions>
9396
<RowDefinition Height="Auto" />
9497
<RowDefinition Height="Auto" />
@@ -185,6 +188,7 @@
185188
BorderBrush="{ThemeResource DividerStrokeColorDefaultBrush}"
186189
BorderThickness="1,0,0,0"
187190
DataContext="{x:Bind}"
191+
CornerRadius="0,8,8,0"
188192
Visibility="Collapsed">
189193
<ScrollViewer>
190194
<StackPanel Margin="16,16,8,16" Spacing="2">

0 commit comments

Comments
 (0)