File tree Expand file tree Collapse file tree
src/PleasantUI.ToolKit/Styling Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 -->
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 >
You can’t perform that action at this time.
0 commit comments