diff options
author | Jezz_X <jezzx2@gmail.com> | 2011-11-14 20:31:43 +1100 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2011-11-14 20:32:05 +1100 |
commit | 4d3c90437da1b25997eacbb0ddc406682d51d3d8 (patch) | |
tree | 3ab4f81c07e2bad2a619a4ac7723101cabf8e416 | |
parent | 993e6d26bb0e06cdc975451f03d76e944b225b98 (diff) |
[Confluence] Fixed up navigation in DialogPeripheralManager.xml you can now get to the OK button
-rw-r--r-- | addons/skin.confluence/720p/DialogPeripheralManager.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/addons/skin.confluence/720p/DialogPeripheralManager.xml b/addons/skin.confluence/720p/DialogPeripheralManager.xml index 26d2535c7e..07954d0045 100644 --- a/addons/skin.confluence/720p/DialogPeripheralManager.xml +++ b/addons/skin.confluence/720p/DialogPeripheralManager.xml @@ -72,9 +72,9 @@ <posy>65</posy> <width>550</width> <height>510</height> - <onup>6</onup> - <ondown>6</ondown> - <onleft>5</onleft> + <onup>20</onup> + <ondown>20</ondown> + <onleft>10</onleft> <onright>61</onright> <pagecontrol>61</pagecontrol> <scrolltime>200</scrolltime> @@ -192,8 +192,8 @@ <texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus> <textureslidernib>ScrollBarNib.png</textureslidernib> <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus> - <onleft>3</onleft> - <onright>3</onright> + <onleft>20</onleft> + <onright>10</onright> <ondown>61</ondown> <onup>61</onup> <showonepage>false</showonepage> @@ -213,7 +213,7 @@ <label>([COLOR=blue]$INFO[Container(20).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(20).CurrentPage]/$INFO[Container(20).NumPages][/COLOR])</label> </control> <control type="button" id="10"> - <description>Close button</description> + <description>OK button</description> <posx>20</posx> <posy>585</posy> <width>200</width> |