diff options
-rw-r--r-- | addons/skin.estuary/1080i/SettingsSystemInfo.xml | 40 |
1 files changed, 33 insertions, 7 deletions
diff --git a/addons/skin.estuary/1080i/SettingsSystemInfo.xml b/addons/skin.estuary/1080i/SettingsSystemInfo.xml index 453055faa0..21dc1b40b4 100644 --- a/addons/skin.estuary/1080i/SettingsSystemInfo.xml +++ b/addons/skin.estuary/1080i/SettingsSystemInfo.xml @@ -21,10 +21,11 @@ <height>540</height> <onup>9000</onup> <ondown>9000</ondown> + <onright>60</onright> <control type="button" id="95"> <description>Button Summary Values</description> <include content="DefaultSettingButton"> - <param name="height" value="88" /> + <param name="height" value="75" /> </include> <width>400</width> <label>$LOCALIZE[20037]</label> @@ -32,7 +33,7 @@ <control type="button" id="94"> <description>Button Storage</description> <include content="DefaultSettingButton"> - <param name="height" value="88" /> + <param name="height" value="75" /> </include> <width>400</width> <label>$LOCALIZE[13277]</label> @@ -40,7 +41,7 @@ <control type="button" id="96"> <description>Button Network</description> <include content="DefaultSettingButton"> - <param name="height" value="88" /> + <param name="height" value="75" /> </include> <width>400</width> <label>$LOCALIZE[13279]</label> @@ -48,7 +49,7 @@ <control type="button" id="97"> <description>Button Video</description> <include content="DefaultSettingButton"> - <param name="height" value="88" /> + <param name="height" value="75" /> </include> <width>400</width> <label>$LOCALIZE[13280]</label> @@ -56,7 +57,7 @@ <control type="button" id="98"> <description>Button Hardware</description> <include content="DefaultSettingButton"> - <param name="height" value="88" /> + <param name="height" value="75" /> </include> <width>400</width> <label>$LOCALIZE[13281]</label> @@ -64,11 +65,19 @@ <control type="button" id="99"> <description>Button PVR</description> <include content="DefaultSettingButton"> - <param name="height" value="88" /> + <param name="height" value="75" /> </include> <width>400</width> <label>$LOCALIZE[19191]</label> </control> + <control type="button" id="100"> + <description>Button Policy</description> + <include content="DefaultSettingButton"> + <param name="height" value="75" /> + </include> + <width>400</width> + <label>$LOCALIZE[12389]</label> + </control> </control> </control> <control type="group"> @@ -79,7 +88,7 @@ <left>420</left> <top>70</top> <width>1300</width> - <height>570</height> + <height>572</height> <texture border="22">dialogs/dialog-bg.png</texture> </control> <control type="image"> @@ -150,6 +159,23 @@ <font>Mono28</font> </control> </control> + <control type="textbox" id="30"> + <left>480</left> + <top>105</top> + <height>500</height> + <width>1200</width> + <pagecontrol>60</pagecontrol> + <autoscroll delay="5000" repeat="7500" time="5000">true</autoscroll> + </control> + <control type="scrollbar" id="60"> + <left>1705</left> + <top>90</top> + <width>12</width> + <height>530</height> + <onleft>9000</onleft> + <orientation>vertical</orientation> + <visible>Control.IsVisible(30)</visible> + </control> <control type="grouplist"> <left>60</left> <top>630</top> |