diff --git a/demo/Directory.Build.props b/demo/Directory.Build.props
index e25d59c..4c822ae 100644
--- a/demo/Directory.Build.props
+++ b/demo/Directory.Build.props
@@ -1,6 +1,6 @@
enable
- 11.1.3
+ 11.2.0-beta1
diff --git a/src/Package.props b/src/Package.props
index d5410e3..4e1a968 100644
--- a/src/Package.props
+++ b/src/Package.props
@@ -1,7 +1,7 @@
- 1.4.0
- 11.1.1
+ 1.6.0
+ 11.2.0
IRIHI Technology Co., Ltd.
https://github.com/irihitech/Ursa.Avalonia
MIT
diff --git a/src/Ursa.Themes.Semi/Controls/Divider.axaml b/src/Ursa.Themes.Semi/Controls/Divider.axaml
index 9a8eda6..eb6ff1c 100644
--- a/src/Ursa.Themes.Semi/Controls/Divider.axaml
+++ b/src/Ursa.Themes.Semi/Controls/Divider.axaml
@@ -49,8 +49,12 @@
+ Content="{TemplateBinding Content}"
+ Background="{TemplateBinding Background}"
+ Foreground="{TemplateBinding Foreground}"
+ ContentTemplate="{TemplateBinding ContentTemplate}"
+ Margin="{DynamicResource ThicknessDividerTextMargin}"
+ IsVisible="{Binding Content, RelativeSource={RelativeSource TemplatedParent}, Converter={x:Static ObjectConverters.IsNotNull}}"/>
@@ -66,8 +70,12 @@
+ Content="{TemplateBinding Content}"
+ Background="{TemplateBinding Background}"
+ Foreground="{TemplateBinding Foreground}"
+ ContentTemplate="{TemplateBinding ContentTemplate}"
+ Margin="{DynamicResource ThicknessDividerTextMargin}"
+ IsVisible="{Binding Content, RelativeSource={RelativeSource TemplatedParent}, Converter={x:Static ObjectConverters.IsNotNull}}"/>
@@ -83,8 +91,12 @@
+ Content="{TemplateBinding Content}"
+ Background="{TemplateBinding Background}"
+ Foreground="{TemplateBinding Foreground}"
+ ContentTemplate="{TemplateBinding ContentTemplate}"
+ Margin="{DynamicResource ThicknessDividerTextMargin}"
+ IsVisible="{Binding Content, RelativeSource={RelativeSource TemplatedParent}, Converter={x:Static ObjectConverters.IsNotNull}}"/>
@@ -100,8 +112,12 @@
+ Content="{TemplateBinding Content}"
+ Background="{TemplateBinding Background}"
+ Foreground="{TemplateBinding Foreground}"
+ ContentTemplate="{TemplateBinding ContentTemplate}"
+ Margin="{DynamicResource ThicknessDividerTextMargin}"
+ IsVisible="{Binding Content, RelativeSource={RelativeSource TemplatedParent}, Converter={x:Static ObjectConverters.IsNotNull}}"/>
diff --git a/src/Ursa.Themes.Semi/Controls/UrsaWindow.axaml b/src/Ursa.Themes.Semi/Controls/UrsaWindow.axaml
index 23b2602..ecdaeb6 100644
--- a/src/Ursa.Themes.Semi/Controls/UrsaWindow.axaml
+++ b/src/Ursa.Themes.Semi/Controls/UrsaWindow.axaml
@@ -11,36 +11,13 @@
-
-
-
- True
-
-
- False
-
-
-
-
-
-
- True
-
-
- False
-
-
-
-
-
-
- True
-
-
- False
-
-
-
+