Skip to content

Commit

Permalink
gamecontrollerdialog tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Nov 24, 2016
1 parent 2ca3f61 commit f5a03e2
Showing 1 changed file with 48 additions and 45 deletions.
93 changes: 48 additions & 45 deletions xml/DialogGameControllers.xml
Expand Up @@ -6,10 +6,10 @@
<control type="group">
<centertop>50%</centertop>
<centerleft>50%</centerleft>
<width>1720</width>
<width>1820</width>
<height>690</height>
<include content="DialogBackgroundCommons">
<param name="width" value="1720" />
<param name="width" value="1820" />
<param name="height" value="690" />
<param name="header_label" value="$LOCALIZE[35058]" />
<param name="header_id" value="2" />
Expand All @@ -24,8 +24,7 @@
<label>$LOCALIZE[35050]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<textcolor>button_focus</textcolor>
</control>
<control type="image">
<left>-5</left>
Expand Down Expand Up @@ -56,51 +55,54 @@
<texturenofocus></texturenofocus>
</control>
<control type="gamecontroller" id="31">
<left>390</left>
<left>420</left>
<top>210</top>
<width>547</width>
<height>343</height>
</control>
<control type="label">
<description>Feature list heading</description>
<top>90</top>
<left>995</left>
<width>330</width>
<height>25</height>
<font>font12</font>
<label>$LOCALIZE[35059]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="image">
<left>975</left>
<top>110</top>
<control type="group">
<left>1040</left>
<width>370</width>
<height>582</height>
<texture border="40">buttons/dialogbutton-nofo.png</texture>
</control>
<control type="grouplist" id="5">
<description>Features grouplist</description>
<left>995</left>
<top>130</top>
<width>330</width>
<height>540</height>
<onleft>3</onleft>
<onright>61</onright>
<onup>5</onup>
<ondown>5</ondown>
<pagecontrol>61</pagecontrol>
</control>
<control type="scrollbar" id="61">
<left>1330</left>
<top>130</top>
<width>12</width>
<height>540</height>
<onleft>5</onleft>
<onright>9001</onright>
<orientation>vertical</orientation>
<top>90</top>
<height>602</height>
<control type="label">
<description>Feature list heading</description>
<left>20</left>
<right>20</right>
<height>25</height>
<font>font12</font>
<label>$LOCALIZE[35059]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>button_focus</textcolor>
</control>
<control type="image">
<top>20</top>
<bottom>0</bottom>
<right>0</right>
<texture border="40">buttons/dialogbutton-nofo.png</texture>
</control>
<control type="grouplist" id="5">
<description>Features grouplist</description>
<left>20</left>
<right>20</right>
<top>40</top>
<bottom>20</bottom>
<onleft>3</onleft>
<onright>61</onright>
<onup>5</onup>
<ondown>5</ondown>
<pagecontrol>61</pagecontrol>
</control>
<control type="scrollbar" id="61">
<right>0</right>
<top>40</top>
<width>12</width>
<bottom>20</bottom>
<onleft>5</onleft>
<onright>9001</onright>
<orientation>vertical</orientation>
</control>
</control>
<control type="button" id="7">
<description>Default feature button</description>
Expand Down Expand Up @@ -129,10 +131,11 @@
<texture colordiffuse="AAAAAAAA" border="3">dialogs/separator-grey.png</texture>
</control>
<control type="grouplist" id="9001">
<left>1360</left>
<right>20</right>
<top>110</top>
<onleft>5</onleft>
<onright>3</onright>
<width>350</width>
<itemgap>dialogbuttons_itemgap</itemgap>
<include content="DefaultDialogButton">
<param name="width" value="350" />
Expand Down

0 comments on commit f5a03e2

Please sign in to comment.