mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
Changed Lable Format
This commit is contained in:
@@ -9,7 +9,7 @@ Discord: https://discord.gg/r6dC2uK
|
|||||||
--Please Only Edit Below This Line-----------------------------------------------------------
|
--Please Only Edit Below This Line-----------------------------------------------------------
|
||||||
|
|
||||||
local function format_label(label)
|
local function format_label(label)
|
||||||
label.style.maximal_width = 475
|
label.style.maximal_width = 480
|
||||||
label.style.single_line = false
|
label.style.single_line = false
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -48,6 +48,7 @@ end):add_tab('commands',{'readme.commands-name'},{'readme.commands-tooltip'},fun
|
|||||||
caption={'readme.commands-col2'},
|
caption={'readme.commands-col2'},
|
||||||
style='caption_label'
|
style='caption_label'
|
||||||
}
|
}
|
||||||
|
table.style.width = 480
|
||||||
table.draw_vertical_lines = true
|
table.draw_vertical_lines = true
|
||||||
table.draw_horizontal_line_after_headers = true
|
table.draw_horizontal_line_after_headers = true
|
||||||
for _,command in pairs(commands.get_commands(frame.player_index)) do
|
for _,command in pairs(commands.get_commands(frame.player_index)) do
|
||||||
@@ -59,7 +60,7 @@ end):add_tab('commands',{'readme.commands-name'},{'readme.commands-tooltip'},fun
|
|||||||
type='label',
|
type='label',
|
||||||
caption=command.description,
|
caption=command.description,
|
||||||
}
|
}
|
||||||
discription.style.width = 400
|
discription.style.maximal_width = 400
|
||||||
discription.style.single_line = false
|
discription.style.single_line = false
|
||||||
end
|
end
|
||||||
end):add_tab('links',{'readme.links-name'},{'readme.links-tooltip'},function(frame)
|
end):add_tab('links',{'readme.links-name'},{'readme.links-tooltip'},function(frame)
|
||||||
|
|||||||
Reference in New Issue
Block a user