-
-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #387 from Xertis/main
Adding a config tab to content_menu
- Loading branch information
Showing
5 changed files
with
207 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,34 @@ | ||
|
||
<container size='1000,580' color='#0F1E2DB2' interval='5' context='menu'> | ||
<panel id='contents' pos='15,15' size='440,490' color='0' max-length='455' scrollable='true'> | ||
<!-- content is generated in script --> | ||
</panel> | ||
<button pos='15,525' size='440,40' onclick='menu:back()'>@Back</button> | ||
<button pos='485,525' size='500,40' onclick='core.open_folder("user:content")'>@Open content folder</button> | ||
|
||
<panel id='search_panel' size='440,35' pos='15,485' interval='1' color='#0000004C'> | ||
<textbox id='search_textbox' multiline='false' size='440,25' sub-consumer='function(x) refresh_search() end'></textbox> | ||
</panel> | ||
|
||
<panel id='content_info' pos='485,15' size='440,406' color='0' max-length='406' scrollable='true'> | ||
<image onclick='core.open_folder("user:content")' interactive='true' src='gui/folder_icon' | ||
size='32' margin='0,0,10,15' gravity='bottom-right' | ||
color='#FFFFFF50' hover-color='#FFFFFF10'/> | ||
|
||
<image id="open_config" enabled="false" onclick='open_config()' interactive='true' src='gui/settings_icon' | ||
size='32' margin='0,0,52,15' gravity='bottom-right' | ||
color='#FFFFFF50' hover-color='#FFFFFF10'/> | ||
|
||
<panel id='content_info' pos='485,15' size='440,506' color='0' max-length='506' scrollable='true'> | ||
<label>@Creator</label> | ||
<label id='author' multiline="true" color='#8C8C8C'>None</label> | ||
<label></label> | ||
<label></label> | ||
<label>@Version</label> | ||
<label margin="0,50,0,0">@Version</label> | ||
<label id='version' multiline="true" color='#8C8C8C'>None</label> | ||
<label></label> | ||
<label></label> | ||
<label>@Description</label> | ||
<label margin="0,50,0,0">@Description</label> | ||
<label id='description' multiline="true" color='#8C8C8C'>None</label> | ||
<label></label> | ||
<label></label> | ||
<label>@Dependencies</label> | ||
<label margin="0,50,0,0">@Dependencies</label> | ||
<label id='dependencies' multiline="true" color='#8C8C8C'>None</label> | ||
</panel> | ||
|
||
<panel id='configs' visible='false' pos='485,15' size='440,506' color='0' max-length='506' scrollable='true'> | ||
<!-- content is generated in script --> | ||
</panel> | ||
</container> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.