diff options
author | Trent Nelson <trent.a.b.nelson@gmail.com> | 2012-09-23 07:17:06 -0700 |
---|---|---|
committer | Trent Nelson <trent.a.b.nelson@gmail.com> | 2012-09-23 07:17:06 -0700 |
commit | e2c8d743f737f45d77c42cab0605fa197f27533b (patch) | |
tree | cd2e3eff965f8df4c85b9891de2adc05afe45f17 | |
parent | 95f69426dd1ae33456e0bf4252948389a4a2eb68 (diff) | |
parent | ec380aed0773c9ca8c339dcec2530dfc98c2c921 (diff) |
Merge pull request #1439 from t-nelson/buttonmenu_typo
GUIDialogButtonMenu wouldn't wrap bottom to top in Confluence
-rw-r--r-- | addons/skin.confluence/720p/DialogButtonMenu.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/addons/skin.confluence/720p/DialogButtonMenu.xml b/addons/skin.confluence/720p/DialogButtonMenu.xml index 0ae22e8b58..6e8cda5a69 100644 --- a/addons/skin.confluence/720p/DialogButtonMenu.xml +++ b/addons/skin.confluence/720p/DialogButtonMenu.xml @@ -222,7 +222,7 @@ <font>font13</font> <visible>System.HasLocks</visible> </control> - <control type="group" id="10"> + <control type="group" id="11"> <width>340</width> <height>70</height> <visible>System.HasAlarm(shutdowntimer)</visible> @@ -246,7 +246,7 @@ <label>$LOCALIZE[31329] [B]$INFO[System.Alarmpos][/B]</label> </control> </control> - <control type="button" id="11"> + <control type="button" id="12"> <description>Inhibit idle shutdown</description> <width>340</width> <height>40</height> @@ -262,7 +262,7 @@ <label>13017</label> <visible>System.HasShutdown +!System.IsInhibit</visible> </control> - <control type="button" id="12"> + <control type="button" id="13"> <description>Allow idle shutdown</description> <width>340</width> <height>40</height> @@ -278,7 +278,7 @@ <label>13018</label> <visible>System.HasShutdown + System.IsInhibit</visible> </control> - <control type="image" id="13"> + <control type="image" id="14"> <description>background bottom image</description> <posx>0</posx> <width>340</width> |