Skip to content

Commit bbb2db1

Browse files
committed
chore: remove redundant background.
1 parent 29cf68d commit bbb2db1

10 files changed

+9
-19
lines changed

src/Avalonia/HandyControlDemo_Avalonia/UserControl/Styles/BorderDemo.axaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<UserControl xmlns="https://github.com/avaloniaui"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
xmlns:hc="https://handyorg.github.io/handycontrol"
4-
x:Class="HandyControlDemo.UserControl.BorderDemo"
5-
Background="{DynamicResource RegionBrush}">
4+
x:Class="HandyControlDemo.UserControl.BorderDemo">
65
<ScrollViewer>
76
<hc:UniformSpacingPanel Margin="32"
87
Orientation="Vertical"

src/Avalonia/HandyControlDemo_Avalonia/UserControl/Styles/BrushDemo.axaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<UserControl xmlns="https://github.com/avaloniaui"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
xmlns:hc="https://handyorg.github.io/handycontrol"
4-
x:Class="HandyControlDemo.UserControl.BrushDemo"
5-
Background="{DynamicResource RegionBrush}">
4+
x:Class="HandyControlDemo.UserControl.BrushDemo">
65
<ScrollViewer>
76
<hc:UniformSpacingPanel ChildWrapping="Wrap"
87
ItemWidth="200"

src/Avalonia/HandyControlDemo_Avalonia/UserControl/Styles/ButtonDemo.axaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<UserControl xmlns="https://github.com/avaloniaui"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
x:Class="HandyControlDemo.UserControl.ButtonDemo"
4-
xmlns:hc="https://handyorg.github.io/handycontrol"
5-
Background="{DynamicResource RegionBrush}">
4+
xmlns:hc="https://handyorg.github.io/handycontrol">
65
<ScrollViewer>
76
<hc:UniformSpacingPanel ChildWrapping="Wrap"
87
Spacing="32"
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<UserControl xmlns="https://github.com/avaloniaui"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3-
x:Class="HandyControlDemo.UserControl.CalendarDemo"
4-
Background="{DynamicResource RegionBrush}">
3+
x:Class="HandyControlDemo.UserControl.CalendarDemo">
54
<Calendar Margin="32"
65
SelectionMode="MultipleRange" />
76
</UserControl>

src/Avalonia/HandyControlDemo_Avalonia/UserControl/Styles/NativeScrollViewerDemo.axaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
x:Class="HandyControlDemo.UserControl.NativeScrollViewerDemo"
44
xmlns:hc="https://handyorg.github.io/handycontrol"
5-
Background="{DynamicResource RegionBrush}"
65
MaxWidth="550"
76
Height="600">
87
<Grid Margin="32"

src/Avalonia/HandyControlDemo_Avalonia/UserControl/Styles/RadioButtonDemo.axaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<UserControl xmlns="https://github.com/avaloniaui"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
x:Class="HandyControlDemo.UserControl.RadioButtonDemo"
4-
xmlns:hc="https://handyorg.github.io/handycontrol"
5-
Background="{DynamicResource RegionBrush}">
4+
xmlns:hc="https://handyorg.github.io/handycontrol">
65
<ScrollViewer>
76
<hc:UniformSpacingPanel ChildWrapping="Wrap"
87
Spacing="32"

src/Avalonia/HandyControlDemo_Avalonia/UserControl/Styles/RepeatButtonDemo.axaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<UserControl xmlns="https://github.com/avaloniaui"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
x:Class="HandyControlDemo.UserControl.RepeatButtonDemo"
4-
xmlns:hc="https://handyorg.github.io/handycontrol"
5-
Background="{DynamicResource RegionBrush}">
4+
xmlns:hc="https://handyorg.github.io/handycontrol">
65
<ScrollViewer>
76
<hc:UniformSpacingPanel ChildWrapping="Wrap"
87
Spacing="32"

src/Avalonia/HandyControlDemo_Avalonia/UserControl/Styles/SliderDemo.axaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<UserControl xmlns="https://github.com/avaloniaui"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
x:Class="HandyControlDemo.UserControl.SliderDemo"
4-
xmlns:hc="https://handyorg.github.io/handycontrol"
5-
Background="{DynamicResource RegionBrush}">
4+
xmlns:hc="https://handyorg.github.io/handycontrol">
65
<ScrollViewer>
76
<hc:UniformSpacingPanel Margin="32"
87
Orientation="Horizontal"

src/Avalonia/HandyControlDemo_Avalonia/UserControl/Styles/TextBlockDemo.axaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<UserControl xmlns="https://github.com/avaloniaui"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
xmlns:hc="https://handyorg.github.io/handycontrol"
4-
x:Class="HandyControlDemo.UserControl.TextBlockDemo"
5-
Background="{DynamicResource RegionBrush}">
4+
x:Class="HandyControlDemo.UserControl.TextBlockDemo">
65
<ScrollViewer>
76
<hc:UniformSpacingPanel Margin="32"
87
Spacing="5"

src/Avalonia/HandyControlDemo_Avalonia/UserControl/Styles/ToggleButtonDemo.axaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<UserControl xmlns="https://github.com/avaloniaui"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
x:Class="HandyControlDemo.UserControl.ToggleButtonDemo"
4-
xmlns:hc="https://handyorg.github.io/handycontrol"
5-
Background="{DynamicResource RegionBrush}">
4+
xmlns:hc="https://handyorg.github.io/handycontrol">
65
<ScrollViewer>
76
<hc:UniformSpacingPanel ChildWrapping="Wrap"
87
Spacing="32"

0 commit comments

Comments
 (0)