]> O.S.I.I.S - jp/crow.git/commitdiff
tests in welcome.crow DVT
authorjpbruyere <jp.bruyere@hotmail.com>
Thu, 4 May 2017 07:43:35 +0000 (09:43 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 1 Feb 2018 06:43:45 +0000 (07:43 +0100)
Tests/Interfaces/Divers/welcome.crow

index 4a38c4330f81fb75a0702855acac81b2dfe496a9..14730262d35226aca8d13abdd4647d8d93253890 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <DocksView Background="Jet" Margin = "0">
-       <DockingView Focusable="true" Caption="View 1" Width="100" Height="100"/>
-       <DockingView Focusable="true" Resizable = "true" Caption="View 2" Width="100" Height="100"/>
-       <DockingView Focusable="true" Resizable = "true" Caption="View 3" Width="100" Height="100"/>
-       <DockingView Focusable="true" Resizable = "true" Caption="View 4" Width="100" Height="100"/>
+       <DockingView Focusable="true" Caption="View 1" Width="100" Height="100"><GraphicObject Background="Green"/></DockingView>
+       <DockingView Focusable="true" Resizable = "true" Caption="View 2" Width="100" Height="100"><GraphicObject Background="Blue"/></DockingView>
+       <DockingView Focusable="true" Resizable = "true" Caption="View 3" Width="100" Height="100"><GraphicObject Background="Yellow"/></DockingView>
+       <DockingView Focusable="true" Resizable = "true" Caption="View 4" Width="100" Height="100"><GraphicObject Background="Black"/></DockingView>
 </DocksView>
\ No newline at end of file