Skip to content

Commit ed99851

Browse files
authored
Merge pull request #15 from ghudulf/main
Fix build error in main branch
2 parents 3cb8b3c + 319cf54 commit ed99851

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

src/PleasantUI.ToolKit/Styling/VGUIControlThemes.axaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
xmlns:controls="clr-namespace:PleasantUI.ToolKit.Controls">
44

5+
<!-- VGUI StepItem Theme - square corners -->
6+
<ControlTheme x:Key="{x:Type controls:StepItem}" TargetType="controls:StepItem" BasedOn="{StaticResource {x:Type controls:StepItem}}">
7+
<Style Selector="^ /template/ Border">
8+
<Setter Property="CornerRadius" Value="0" />
9+
</Style>
10+
</ControlTheme>
11+
512
<!-- VGUI CrashReportDialog Theme - square corners -->
613
<ControlTheme x:Key="{x:Type controls:CrashReportDialog}" TargetType="controls:CrashReportDialog" BasedOn="{StaticResource {x:Type controls:CrashReportDialog}}">
714
<!-- Override all corner radius bindings to 0 -->
@@ -38,10 +45,6 @@
3845
<Style Selector="^ /template/ Border#PART_StatusRow">
3946
<Setter Property="CornerRadius" Value="0" />
4047
</Style>
41-
<!-- Step item badge -->
42-
<Style Selector="^ /template/ ItemsControl > StepItem /template/ Border">
43-
<Setter Property="CornerRadius" Value="0" />
44-
</Style>
4548
</ControlTheme>
4649

4750
</ResourceDictionary>

0 commit comments

Comments
 (0)