~ubuntu-branches/ubuntu/vivid/mygui/vivid

« back to all changes in this revision

Viewing changes to Media/UnitTests/UnitTest_GraphView/GraphNodeWeight.layout

  • Committer: Package Import Robot
  • Author(s): Scott Howard, Bret Curtis, Scott Howard
  • Date: 2014-09-18 17:57:48 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140918175748-dd8va78mvpw1jbes
Tags: 3.2.1-1
[ Bret Curtis ]
* Updated license for majority of files from LGPL to Expat (MIT)

[ Scott Howard ]
* New upstream release
* Updated patch to add build option for system GLEW libraries
* All patches accepted upstream except shared_libraries.patch
* Bumped SONAME due to dropped symbols, updated *.symbols and package
  names
* Updated license of debian/* to Expat with permission of all authors
* Don't install Doxygen autogenerated md5 and map files (thanks
  lintian)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<MyGUI type="Layout">
3
 
    <Widget type="Window" skin="WindowSmallCX" position="20 50 100 102" name="_Main">
4
 
        <Widget type="Button" skin="ButtonRoundBlue" position="87 27 14 14" align="Right Top" name="ConnectionOut">
5
 
            <UserString key="Type" value="PositionOut"/>
6
 
            <UserString key="Direction" value="1 0"/>
7
 
            <UserString key="Name" value="Weight"/>
8
 
        </Widget>
9
 
        <Widget type="TextBox" skin="TextBox" position="18 26 66 16" align="HStretch Top">
10
 
            <Property key="TextAlign" value="Right VCenter"/>
11
 
            <Property key="FontName" value="DejaVuSansFont.14"/>
12
 
            <Property key="Caption" value="Weight"/>
13
 
        </Widget>
14
 
        <Widget type="Widget" skin="SepDownHSkin" position="14 48 70 2" align="HStretch Top"/>
15
 
        <Widget type="ScrollBar" skin="SliderH" position="13 78 73 15" align="HStretch Top" name="ScrollPosition">
16
 
            <Property key="MoveToClick" value="true"/>
17
 
            <Property key="Range" value="1000"/>
18
 
            <Property key="RangePosition" value="0"/>
19
 
            <Property key="Page" value="1"/>
20
 
            <Property key="ViewPage" value="1"/>
21
 
        </Widget>
22
 
        <Widget type="EditBox" skin="EditBox" position="13 55 75 20" align="HStretch Top" name="EditPosition">
23
 
            <Property key="FontName" value="DejaVuSansFont.14"/>
24
 
        </Widget>
25
 
    </Widget>
26
 
</MyGUI>
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<MyGUI type="Layout">
 
3
    <Widget type="Window" skin="WindowSmallCX" position="20 50 100 102" name="_Main">
 
4
        <Widget type="Button" skin="ButtonRoundBlue" position="87 27 14 14" align="Right Top" name="ConnectionOut">
 
5
            <UserString key="Type" value="PositionOut"/>
 
6
            <UserString key="Direction" value="1 0"/>
 
7
            <UserString key="Name" value="Weight"/>
 
8
        </Widget>
 
9
        <Widget type="TextBox" skin="TextBox" position="18 26 66 16" align="HStretch Top">
 
10
            <Property key="TextAlign" value="Right VCenter"/>
 
11
            <Property key="FontName" value="DejaVuSansFont_13"/>
 
12
            <Property key="Caption" value="Weight"/>
 
13
        </Widget>
 
14
        <Widget type="Widget" skin="SepDownHSkin" position="14 48 70 2" align="HStretch Top"/>
 
15
        <Widget type="ScrollBar" skin="SliderH" position="13 78 73 15" align="HStretch Top" name="ScrollPosition">
 
16
            <Property key="MoveToClick" value="true"/>
 
17
            <Property key="Range" value="1000"/>
 
18
            <Property key="RangePosition" value="0"/>
 
19
            <Property key="Page" value="1"/>
 
20
            <Property key="ViewPage" value="1"/>
 
21
        </Widget>
 
22
        <Widget type="EditBox" skin="EditBox" position="13 55 75 20" align="HStretch Top" name="EditPosition">
 
23
            <Property key="FontName" value="DejaVuSansFont_13"/>
 
24
        </Widget>
 
25
    </Widget>
 
26
</MyGUI>