mirror of
https://github.com/holgerb83/ModernWpfPlayground.git
synced 2025-04-19 23:03:49 +02:00
small beautiful changes
This commit is contained in:
parent
dd426624da
commit
f30eded875
@ -8,8 +8,8 @@
|
||||
xmlns:ui="http://schemas.modernwpf.com/2019"
|
||||
x:Name="Window"
|
||||
Title="TaBEA 3.0.0"
|
||||
Width="800"
|
||||
Height="450"
|
||||
Width="1200"
|
||||
Height="600"
|
||||
ui:TitleBar.ExtendViewIntoTitleBar="True"
|
||||
ui:WindowHelper.UseModernWindowStyle="True"
|
||||
mc:Ignorable="d">
|
||||
@ -148,7 +148,7 @@
|
||||
MinWidth="180"
|
||||
Background="#F3F3F3"
|
||||
BorderThickness="0">
|
||||
<TreeViewItem Header="Root">
|
||||
<TreeViewItem Header="Root" IsExpanded="True">
|
||||
<TreeViewItem Header="Child1" />
|
||||
<TreeViewItem Header="Child2" />
|
||||
<TreeViewItem Header="Child3" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user