69 lines
2.9 KiB
XML
69 lines
2.9 KiB
XML
<?xml version="1.0"?>
|
|
<root>
|
|
<layout id="button">
|
|
<border width="50" margin="0 5 0 0" color=".1" thickness="2" border-color=".5"></border>
|
|
</layout>
|
|
<layout id="multi-button-item">
|
|
<border height="50%" width="50%" color=".1" thickness="2" border-color=".5" />
|
|
</layout>
|
|
<layout id="multi-button">
|
|
<node width="50" margin="0 5 0 0" dir="row" wrap="1">
|
|
<ref id="multi-button-item"/>
|
|
<ref id="multi-button-item"/>
|
|
<ref id="multi-button-item"/>
|
|
<ref id="multi-button-item"/>
|
|
</node>
|
|
</layout>
|
|
<layout id="rounded-inside">
|
|
<border thickness="2" border-color=".9" color=".4" height="100%" pad="10">
|
|
</border>
|
|
</layout>
|
|
<layout id="main">
|
|
<node dir="col" wrap="0" width="100%" height="100%" pad="5">
|
|
<!-- toolbar -->
|
|
<border height="50" width="100%" pad="5" dir="row" color=".2">
|
|
<ref id="multi-button"/>
|
|
<ref id="multi-button"/>
|
|
<ref id="multi-button"/>
|
|
<ref id="button"></ref>
|
|
<separator width="10" />
|
|
<border width="50" margin="0 5 0 0" color=".1" thickness="2" border-color=".5"></border>
|
|
<border width="50" margin="0 5 0 0" color=".2" thickness="2" border-color=".5"></border>
|
|
<border width="50" margin="0 5 0 0" color=".3" thickness="2" border-color=".5"></border>
|
|
<separator width="10" />
|
|
<border width="50" margin="0 5 0 0" color=".1" thickness="2" border-color=".7"></border>
|
|
<border width="50" margin="0 5 0 0" color=".2" thickness="2" border-color=".7"></border>
|
|
<border width="50" margin="0 5 0 0" color=".3" thickness="2" border-color=".7"></border>
|
|
<separator width="10" />
|
|
<border width="50" margin="0 5 0 0"></border>
|
|
<border width="50" margin="0 5 0 0"></border>
|
|
<border width="50" margin="0 5 0 0"></border>
|
|
</border>
|
|
<!-- central row -->
|
|
<plane grow="1" dir="row" wrap="1" height="0">
|
|
<!-- side bar -->
|
|
<plane width="200" height="100%" dir="col" color=".2">
|
|
<border pad="15" margin="10 0 10 0" color=".3" width="100%" height="auto">
|
|
<border height="30" color=".4" />
|
|
<border height="30" color=".4" />
|
|
<border height="30" color=".4" />
|
|
<border height="30" color=".4" />
|
|
</border>
|
|
<border pad="15" margin="0 0 10 0" color=".3" width="100%" height="auto">
|
|
<border height="30" color=".4" />
|
|
<border height="30" color=".4" />
|
|
<border height="30" color=".4" />
|
|
<border height="30" color=".4" />
|
|
</border>
|
|
</plane>
|
|
<!-- content panel -->
|
|
<border width="1" grow="1" height="100%" pad="10" wrap="1">
|
|
<text text="hello widget" font-face="arial" font-size="11" width="100" height="100"/>
|
|
</border>
|
|
</plane>
|
|
<!-- status bar -->
|
|
<border height="30" width="100%" color=".15" border-color=".3" />
|
|
</node>
|
|
</layout>
|
|
</root>
|