Merge pull request #356 from Xertis/main
Correction of the button location in the content_menu
This commit is contained in:
commit
75bbf4703e
@ -3,7 +3,7 @@
|
|||||||
<!-- content is generated in script -->
|
<!-- content is generated in script -->
|
||||||
</panel>
|
</panel>
|
||||||
<button pos='15,430' size='440,40' onclick='menu:back()'>@Back</button>
|
<button pos='15,430' size='440,40' onclick='menu:back()'>@Back</button>
|
||||||
<button pos='460,430' size='440,40' onclick='core.open_folder("user:content")'>@Open content folder</button>
|
<button pos='485,430' size='500,40' onclick='core.open_folder("user:content")'>@Open content folder</button>
|
||||||
|
|
||||||
<panel id='content_info' pos='485,15' size='440,406' color='0' max-length='406' scrollable='true'>
|
<panel id='content_info' pos='485,15' size='440,406' color='0' max-length='406' scrollable='true'>
|
||||||
<label>@Creator</label>
|
<label>@Creator</label>
|
||||||
|
|||||||
@ -1,7 +1,4 @@
|
|||||||
function on_open(params)
|
function on_open(params)
|
||||||
if params then
|
|
||||||
mode = params.mode
|
|
||||||
end
|
|
||||||
refresh()
|
refresh()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user