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

« back to all changes in this revision

Viewing changes to Media/Tools/FontEditor/WorkspaceTexturePanel.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" version="3.2.0">
 
3
    <Widget type="Widget" skin="PanelEmpty" position="20 20 355 725" align="Stretch" name="Root">
 
4
        <UserString key="SnapTo" value="Stretch"/>
 
5
        <Widget type="Widget" skin="Panel1Skin_Dark" position="0 669 355 56" align="HStretch Bottom">
 
6
            <Widget type="Button" skin="Button_Dark" position="6 6 343 44" align="Stretch">
 
7
                <Property key="Caption" value="#{GenerateFont}"/>
 
8
                <Property key="FontName" value="DejaVuSansFont_28"/>
 
9
                <UserString key="CommandClick" value="Command_GenerateFont"/>
 
10
            </Widget>
 
11
        </Widget>
 
12
        <Widget type="TabControl" skin="TabControl2_Dark" position="0 0 355 658" align="Stretch">
 
13
            <Widget type="TabItem" skin="" position="2 22 351 634">
 
14
                <Property key="Caption" value="#{TexturePanel}"/>
 
15
                <Widget type="Widget" skin="PanelEmpty" position="4 4 343 626" align="Stretch">
 
16
                    <UserString key="ControlLayout" value="TextureViewToolControl.layout"/>
 
17
                    <UserString key="ControlType" value="Control"/>
 
18
                </Widget>
 
19
            </Widget>
 
20
            <Widget type="TabItem" skin="" position="2 22 351 634">
 
21
                <Property key="Caption" value="#{TryFontPanel}"/>
 
22
                <Widget type="EditBox" skin="EditBox_Dark" position="4 4 343 626" align="Stretch">
 
23
                    <Property key="MultiLine" value="true"/>
 
24
                    <Property key="TabPrinting" value="true"/>
 
25
                    <Property key="WordWrap" value="true"/>
 
26
                    <Property key="TextAlign" value="Left Top"/>
 
27
                    <UserString key="ControlType" value="FontTryControl"/>
 
28
                </Widget>
 
29
            </Widget>
 
30
        </Widget>
 
31
    </Widget>
 
32
</MyGUI>